Skip to content

Commit

Permalink
Fix publish wheels for macos (#63)
Browse files Browse the repository at this point in the history
csukuangfj authored Jun 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent defd4d0 commit 5199926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-macos.yaml
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python3 -m pip install --break-system-packages=true --upgrade pip
python3 -m pip install --break-system-packages=true wheel twine setuptools
python3 -m pip install --break-system-packages --upgrade pip
python3 -m pip install --break-system-packages wheel twine setuptools
twine upload ./wheelhouse/*.whl

0 comments on commit 5199926

Please sign in to comment.