mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 01:01:34 +00:00
attempt to fix deps
This commit is contained in:
parent
892b71af12
commit
babbca660f
3 changed files with 4 additions and 7 deletions
2
.github/workflows/build_wheel_publish.yml
vendored
2
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -57,5 +57,5 @@ jobs:
|
|||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip --break-system-packages
|
||||
python3 -m pip install twine --break-system-packages
|
||||
python3 -m pip install -r dev_requirements.txt --break-system-packages
|
||||
python3 -m twine upload --skip-existing ./wheelhouse/nfstream-*.whl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue