mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-27 05:01:09 +02:00
ci: fixed twine upload if version did not change
This commit is contained in:
@ -149,7 +149,7 @@ semver:
|
|||||||
- export GL_TOKEN=$CI_UPDATES
|
- export GL_TOKEN=$CI_UPDATES
|
||||||
- semantic-release -vv version
|
- semantic-release -vv version
|
||||||
- python -m build
|
- python -m build
|
||||||
- twine upload dist/* -u __token__ -p $CI_PYPI_TOKEN
|
- twine upload dist/* -u __token__ -p $CI_PYPI_TOKEN --skip-existing
|
||||||
- semantic-release publish
|
- semantic-release publish
|
||||||
|
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
|
Reference in New Issue
Block a user