Skip to content

Commit

Permalink
Update pypa/cibuildwheel action to v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and bwoodsend committed Aug 1, 2023
1 parent a2bfefb commit 1da76b5
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.13.1
uses: pypa/cibuildwheel@v2.14.1
with:
output-dir: dist
# Options are supplied via environment variables:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

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

0 comments on commit 1da76b5

Please sign in to comment.