Skip to content

Commit

Permalink
Update wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcuongd authored Sep 28, 2024
1 parent 702ef84 commit e947789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
platforms: arm64

- name: "Build wheels"
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.21.1
with:
package-dir: python
env:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
find . -name '*.whl' -exec mv '{}' dist/ \;
- name: Upload
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@v1.10.2
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit e947789

Please sign in to comment.