Skip to content
Snippets Groups Projects
Commit e0f45160 authored by gyulaid's avatar gyulaid
Browse files

Twine verbosity

parent 8fb20cc4
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ steps: ...@@ -23,7 +23,7 @@ steps:
from_secret: pypi_token from_secret: pypi_token
commands: commands:
- python3 -m pip install twine - python3 -m pip install twine
- python3 -m twine upload alice-ci/dist/* - python3 -m twine --verbose upload alice-ci/dist/*
when: when:
branch: branch:
- master - master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment