Remove debugging ls
This commit is contained in:
parent
b900700f20
commit
54de7ffe5d
@ -14,6 +14,5 @@ pipeline:
|
|||||||
event: tag
|
event: tag
|
||||||
secrets: [ twine_username, twine_password ]
|
secrets: [ twine_username, twine_password ]
|
||||||
commands:
|
commands:
|
||||||
- ls -l
|
|
||||||
- pip install -U twine --quiet
|
- pip install -U twine --quiet
|
||||||
- python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
- python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user