Remove debugging ls

This commit is contained in:
RealStickman 2022-09-12 19:40:22 +02:00
parent b900700f20
commit 54de7ffe5d

View File

@ -14,6 +14,5 @@ pipeline:
event: tag
secrets: [ twine_username, twine_password ]
commands:
- ls -l
- pip install -U twine --quiet
- python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*