Skip to content

Commit

Permalink
Update pypa/cibuildwheel action to v2.17.0 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2024
2 parents 6aeaa96 + 08f14e5 commit fbf7aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
output-dir: dist
# Options are supplied via environment variables:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
output-dir: dist
# Options are supplied via environment variables:
Expand Down

0 comments on commit fbf7aff

Please sign in to comment.