Skip to content

Commit

Permalink
Omit cp37 AND pp37
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jul 12, 2024
1 parent 2b22427 commit e1db745
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
CIBW_BUILD: ${{matrix.pyver}}-*
CIBW_ARCHS_LINUX: auto
CIBW_SKIP: "cp37- *-win32 *-manylinux_i686"
CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686"
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: pp*
CIBW_SKIP: "cp37- *-win32 *-manylinux_i686"
CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686"
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
env:
CIBW_BUILD: ${{matrix.pyver}}-*
CIBW_ARCHS: ${{matrix.arch}}
CIBW_SKIP: "cp37- *-win32 *-manylinux_i686"
CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686"
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: pp*
CIBW_SKIP: "cp37- *-win32 *-manylinux_i686"
CIBW_SKIP: "pp37-* cp37-* *-win32 *-manylinux_i686"
CIBW_BEFORE_BUILD: pip install numpy 'forthon>=0.10.7' 'build<0.10.0'

- name: Upload Artifacts
Expand Down

0 comments on commit e1db745

Please sign in to comment.