debugging pipline

This commit is contained in:
Mr Finchum 2025-01-21 18:31:41 +01:00
parent fbb1724373
commit 44b3014b90

View file

@ -46,7 +46,7 @@ publish:
artifacts: true
script:
- python3 -m pip install twine
- python3 -m twine upload --repository testpypi dist/*
- python3 -m twine upload --repository testpypi dist/* --verbose
create_tag:
extends: .git:create_tag