fix: Fixed pipeline
This commit is contained in:
parent
0d416aaf8d
commit
b6ec22d61d
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue