Skip to content

Commit

Permalink
Update cibuildwheel to support python 3.13 and use the final release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Nov 9, 2024
1 parent 441330e commit 35c6756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git fetch --prune --unshallow
- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].3

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
To test: repository_url: https://test.pypi.org/legacy/
# To test: repository_url: https://test.pypi.org/legacy/

0 comments on commit 35c6756

Please sign in to comment.