ci: removed redundant build step
This commit is contained in:
parent
c77f924bb3
commit
a9196328e7
@ -160,7 +160,9 @@ semver:
|
|||||||
- pip install python-semantic-release==9.* wheel build twine
|
- pip install python-semantic-release==9.* wheel build twine
|
||||||
- export GL_TOKEN=$CI_UPDATES
|
- export GL_TOKEN=$CI_UPDATES
|
||||||
- semantic-release -vv version
|
- semantic-release -vv version
|
||||||
- python -m build
|
|
||||||
|
# check if any artifacts were created
|
||||||
|
- if [ ! -d dist ]; then echo No release will be made; exit 0; fi
|
||||||
- twine upload dist/* -u __token__ -p $CI_PYPI_TOKEN --skip-existing
|
- twine upload dist/* -u __token__ -p $CI_PYPI_TOKEN --skip-existing
|
||||||
- semantic-release publish
|
- semantic-release publish
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user