mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 15:32:29 +00:00
Minor CI change
This commit is contained in:
parent
8eb8eb16eb
commit
db505da49c
@ -37,7 +37,7 @@ push_pypi:
|
|||||||
- echo $CI_COMMIT_TAG > soil/VERSION
|
- echo $CI_COMMIT_TAG > soil/VERSION
|
||||||
- pip install twine
|
- pip install twine
|
||||||
- python setup.py sdist bdist_wheel
|
- python setup.py sdist bdist_wheel
|
||||||
- TWINE_PASSWORD=${PYPI_PASSWORD} TWINE_USERNAME={PYPI_USERNAME} python -m twine upload --ignore-existing dist/*
|
- TWINE_PASSWORD=${PYPI_PASSWORD} TWINE_USERNAME={PYPI_USERNAME} python -m twine upload dist/*
|
||||||
|
|
||||||
check_pypi:
|
check_pypi:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user