0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-12 18:51:50 +02:00

fix: twine upload key

This commit is contained in:
2025-05-19 17:08:16 +02:00
committed by Klaus Wakonig
parent 58f01fb3a2
commit f064baae68

View File

@ -99,5 +99,5 @@ jobs:
pip install python-semantic-release==9.* wheel build twine
semantic-release -vv version
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 ${{ secrets.CI_PYPI_TOKEN }} --skip-existing
semantic-release publish