Skip to content

Commit

Permalink
Replace deprecated CIBW_PRERELEASE_PYTHONS with CIBW_ENABLE (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 3, 2024
2 parents 38e9073 fc814ec commit e71d598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 47,7 @@ jobs:
# Build only on Linux architectures that don't need qemu emulation.
CIBW_ARCHS_LINUX: "x86_64 i686"
# Include latest Python beta.
CIBW_PRERELEASE_PYTHONS: True
CIBW_ENABLE: cpython-prerelease
# Skip EOL Python versions.
CIBW_SKIP: "pp39*"
# Run the test suite after each build.
Expand Down Expand Up @@ -101,7 101,7 @@ jobs:
# Likewise, select only one Python version per job to speed this up.
CIBW_BUILD: "${{ matrix.python-version }}-*"
# Include latest Python beta.
CIBW_PRERELEASE_PYTHONS: True
CIBW_ENABLE: cpython-prerelease
# Run the test suite after each build.
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: pytest {package}/tests
Expand Down

0 comments on commit e71d598

Please sign in to comment.