Skip to content

Commit

Permalink
fix: cibuildwheel action version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
san-soucie authored Oct 2, 2023
1 parent 0e5a89b commit 0ca067a
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 @@ -22,7 +22,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.16.1
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 0ca067a

Please sign in to comment.