fix: Fixed pipeline

This commit is contained in:
Mr Finchum 2025-02-05 15:09:05 +01:00
parent 0d416aaf8d
commit b6ec22d61d
2 changed files with 6 additions and 2 deletions

View file

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