debugging pipline

This commit is contained in:
Mr Finchum 2025-01-21 18:35:16 +01:00
parent 44b3014b90
commit d5e2744010

View file

@ -46,6 +46,8 @@ publish:
artifacts: true artifacts: true
script: script:
- python3 -m pip install twine - python3 -m pip install twine
- echo $TWINE_API
- echo $TWINE_PASSWORD
- python3 -m twine upload --repository testpypi dist/* --verbose - python3 -m twine upload --repository testpypi dist/* --verbose
create_tag: create_tag: