debugging pipline

This commit is contained in:
Mr Finchum 2025-01-21 18:58:00 +01:00
parent a5a65887be
commit 9193406fe4

View file

@ -46,11 +46,7 @@ publish:
artifacts: true
script:
- python3 -m pip install twine
- echo $TWINE_USERNAME
- echo $TWINE_API
- echo $TWINE_PASSWORD
- echo $TWIN_USER
- python3 -m twine upload --repository testpypi dist/* --verbose
- python3 -m twine upload --repository testpypi dist/*
create_tag:
extends: .git:create_tag