Skip to content

Commit

Permalink
Update python-build.yml
Browse files Browse the repository at this point in the history
Update cibuilwheel version
  • Loading branch information
youyupei committed Sep 29, 2024
1 parent f9b6703 commit 1b223b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.21.1

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
# with:
# user: ${{ secrets.PYPI_USERNAME }}
# password: ${{ secrets.PYPI_PASSWORD }}
# To test: repository-url: https://test.pypi.org/legacy/

0 comments on commit 1b223b6

Please sign in to comment.