finishing

This commit is contained in:
Mr Finchum 2025-01-21 19:39:27 +01:00
parent 4c0c891376
commit 8e4a3ed52e

View file

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