debugging pipline
This commit is contained in:
parent
44b3014b90
commit
d5e2744010
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ publish:
|
|||
artifacts: true
|
||||
script:
|
||||
- python3 -m pip install twine
|
||||
- echo $TWINE_API
|
||||
- echo $TWINE_PASSWORD
|
||||
- python3 -m twine upload --repository testpypi dist/* --verbose
|
||||
|
||||
create_tag:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue