Skip to content

Commit

Permalink
try upgrading cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Oct 7, 2024
1 parent f2bc4de commit b0bff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout the sources
uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.21.2
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit b0bff85

Please sign in to comment.