Change deploy script to fail on error
This commit is contained in:
parent
67e2620e7a
commit
7994d01320
@ -140,7 +140,7 @@ jobs:
|
||||
- stage: deploy
|
||||
name: Deploy source distribution and wheel
|
||||
install: skip
|
||||
script: python3 setup.py sdist bdist_wheel
|
||||
after_success: |
|
||||
python3 -m pip install twine
|
||||
python3 -m twine upload --repository testpypi --skip-existing dist/*
|
||||
script:
|
||||
- python3 setup.py sdist bdist_wheel
|
||||
- python3 -m pip install twine
|
||||
- python3 -m twine upload --repository testpypi --skip-existing dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user