Skip to content

Commit

Permalink
Build for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Mar 7, 2024
1 parent 92ddff5 commit 8e2b75e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
env:
CIBW_PRERELEASE_PYTHONS: True
CIBW_SKIP: pp* *-win32
CIBW_BUILD: 'cp311-*'
CIBW_BEFORE_BUILD: bash scripts/before_ci_build.sh
CIBW_BEFORE_BUILD_WINDOWS: >
pip install delvewheel &&
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
CIBW_PRERELEASE_PYTHONS: True
CIBW_BEFORE_BUILD: bash scripts/before_ci_build_apple_silicon.sh
CIBW_SKIP: pp*
CIBW_BUILD: 'cp311-*'
CIBW_ARCHS_MACOS: arm64
CIBW_TEST_EXTRAS: tests
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit 8e2b75e

Please sign in to comment.