1
0
mirror of https://github.com/gsi-upm/soil synced 2025-09-14 20:22:22 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
J. Fernando Sánchez
cab9a3440b Fix typo CI/CD 2022-03-07 13:57:25 +01:00
J. Fernando Sánchez
db505da49c Minor CI change 2022-03-07 13:35:02 +01:00
J. Fernando Sánchez
8eb8eb16eb Minor CI change 2022-03-07 12:51:22 +01:00

View File

@@ -26,7 +26,7 @@ test:
- pip install -r requirements.txt -r test-requirements.txt
- python setup.py test
pypi:
push_pypi:
only:
- tags
tags:
@@ -37,9 +37,9 @@ pypi:
- echo $CI_COMMIT_TAG > soil/VERSION
- pip install twine
- 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/*
pypi:
check_pypi:
only:
- tags
tags: