mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
ci: fixed python-semantic-release version to 7.*
This commit is contained in:
@ -72,7 +72,7 @@ semver:
|
|||||||
- git tag
|
- git tag
|
||||||
|
|
||||||
# build
|
# build
|
||||||
- pip install python-semantic-release wheel
|
- pip install python-semantic-release==7.* wheel
|
||||||
- export GL_TOKEN=$CI_UPDATES
|
- export GL_TOKEN=$CI_UPDATES
|
||||||
- export REPOSITORY_USERNAME=__token__
|
- export REPOSITORY_USERNAME=__token__
|
||||||
- export REPOSITORY_PASSWORD=$CI_PYPI_TOKEN
|
- export REPOSITORY_PASSWORD=$CI_PYPI_TOKEN
|
||||||
@ -98,4 +98,4 @@ semver:
|
|||||||
# - curl -X POST -d "branches=$CI_COMMIT_REF_NAME" -d "token=$RTD_TOKEN" https://readthedocs.org/api/v2/webhook/beamline-experiment-control/221870/
|
# - curl -X POST -d "branches=$CI_COMMIT_REF_NAME" -d "token=$RTD_TOKEN" https://readthedocs.org/api/v2/webhook/beamline-experiment-control/221870/
|
||||||
# rules:
|
# rules:
|
||||||
# - if: '$CI_COMMIT_REF_NAME == "master"'
|
# - if: '$CI_COMMIT_REF_NAME == "master"'
|
||||||
# - if: '$CI_COMMIT_REF_NAME == "production"'
|
# - if: '$CI_COMMIT_REF_NAME == "production"'
|
||||||
|
Reference in New Issue
Block a user