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
3fc5ca8c08
commit
8eb8eb16eb
@ -26,7 +26,7 @@ test:
|
|||||||
- pip install -r requirements.txt -r test-requirements.txt
|
- pip install -r requirements.txt -r test-requirements.txt
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
|
||||||
pypi:
|
push_pypi:
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
@ -39,7 +39,7 @@ pypi:
|
|||||||
- 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 --ignore-existing dist/*
|
||||||
|
|
||||||
pypi:
|
check_pypi:
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user