mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-11 03:01:54 +02:00
fix: fixed release upload
This commit is contained in:
@ -150,7 +150,9 @@ semver:
|
|||||||
- 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
|
||||||
- semantic-release publish
|
release:
|
||||||
|
tag_name: $CI_COMMIT_TAG
|
||||||
|
description: $CI_COMMIT_TAG
|
||||||
|
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
rules:
|
rules:
|
||||||
|
Reference in New Issue
Block a user