Skip to content

Commit

Permalink
CI: Update pypa/cibuildwheel to 2.15
Browse files Browse the repository at this point in the history
See https://github.com/pypa/cibuildwheel/releases/tag/v2.15.0
CIBW_PRERELEASE_PYTHONS  is no longer required now
  • Loading branch information
lazka committed Aug 29, 2023
1 parent cdb800f commit 45cdfa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.15
env:
CIBW_BEFORE_BUILD: "python {package}/.ci/download-cairo-win32.py"
CIBW_BUILD: cp38-${{ matrix.platform_id }} cp39-${{ matrix.platform_id }} cp310-${{ matrix.platform_id }} cp311-${{ matrix.platform_id }} cp312-${{ matrix.platform_id }}
CIBW_TEST_REQUIRES: pytest hypothesis attrs
CIBW_TEST_COMMAND: bash {package}/.ci/test-wheels.sh {package}
CIBW_ENVIRONMENT_WINDOWS: PKG_CONFIG_PATH='${{ github.workspace }}/cairo-prebuild/lib/pkgconfig' PKG_CONFIG='${{ github.workspace }}/cairo-prebuild/bin/pkgconf.exe'
CIBW_PRERELEASE_PYTHONS: 1

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 45cdfa9

Please sign in to comment.