mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 07:54:25 +00:00
fix macos build
This commit is contained in:
parent
f4ad05d643
commit
4f3295c37a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_wheel_publish.yml
vendored
4
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -65,6 +65,6 @@ jobs:
|
|||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install twine
|
||||
python3 -m pip install --upgrade pip --break-system-packages
|
||||
python3 -m pip install twine --break-system-packages
|
||||
python3 -m twine upload --skip-existing ./wheelhouse/nfstream-*.whl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue