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
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
|
- echo $TWINE_API
|
||||||
|
- echo $TWINE_PASSWORD
|
||||||
- python3 -m twine upload --repository testpypi dist/* --verbose
|
- python3 -m twine upload --repository testpypi dist/* --verbose
|
||||||
|
|
||||||
create_tag:
|
create_tag:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue