Skip to content

Commit

Permalink
Bump cibuildwheel version to fix publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Apr 9, 2024
1 parent c9cdf68 commit 4f28886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- macos-14
steps:
- uses: actions/checkout@v4
- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BUILD: ${{ matrix.build }}-*
- uses: actions/upload-artifact@v4
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: docker/setup-qemu-action@v3
with:
platforms: all
- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BUILD: ${{ matrix.build }}-*
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit 4f28886

Please sign in to comment.