ci: fixed python-semantic-release version to 7.*

This commit is contained in:
2023-07-17 06:26:02 +00:00
parent 9654085ab5
commit 1c66d5a2c8

View File

@ -60,7 +60,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