Skip to content

Commit

Permalink
Fix cibuildwheel version (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Dec 9, 2023
1 parent 8acba6e commit 1072b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
git fetch --prune --unshallow
- name: Build wheels
uses: pypa/cibuildwheel@vv2.16.2
uses: pypa/cibuildwheel@v2.16.2

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1072b0e

Please sign in to comment.