Skip to content

Commit

Permalink
bump cibuildwheel action to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed May 11, 2024
1 parent 2f23cd1 commit 3c6e60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: docker/setup-qemu-action@v3
if: steps.cache-wheel.outputs.cache-hit != 'true' && runner.os == 'Linux'

- uses: pypa/cibuildwheel@v2.16.5
- uses: pypa/cibuildwheel@v2.17.0
if: steps.cache-wheel.outputs.cache-hit != 'true'

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

0 comments on commit 3c6e60c

Please sign in to comment.