Skip to content

Commit

Permalink
Update pypa/cibuildwheel action to v2.19.1 (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jul 1, 2024
2 parents e994c12 a873003 commit 34fc4c6
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 @@ -37,7 37,7 @@ jobs:

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

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

0 comments on commit 34fc4c6

Please sign in to comment.