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