mirror of https://github.com/KLayout/klayout.git
(sudo) pip install -U twine
This commit is contained in:
parent
70e6d70988
commit
32c07759fc
|
|
@ -585,6 +585,6 @@ after_success:
|
|||
# uploading to pypi using twine
|
||||
# need TWINE_USERNAME, TWINE_PASSWORD and TWINE_REPOSITORY_URL env variable
|
||||
- if [ "$PYTHON_BUILD" = true ] || [ "$DOCKER_BUILD" = true ]; then
|
||||
pip install -U twine;
|
||||
pip install -U twine || sudo pip install -U twine;
|
||||
twine upload --skip-existing deploy/dist-pymod/$klayout_version/*;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue