mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 09:23:51 +00:00
Fix arm wheels.
This commit is contained in:
parent
cdb9fdf5b5
commit
fa71d11637
1 changed files with 4 additions and 1 deletions
|
|
@ -125,4 +125,7 @@ script:
|
|||
|
||||
after_success:
|
||||
- python3 -m codecov
|
||||
- python3 -m twine upload --skip-existing dist/*.whl
|
||||
- |
|
||||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z "$TRAVIS_TAG" ]; then
|
||||
python3 -m twine upload --skip-existing dist/*.whl
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue