Browse Source

Twine verbosity

pull/8/head
Daniel Gyulai 3 years ago
parent
commit
e0f4516012
  1. 2
      .drone.yml

2
.drone.yml

@ -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

Loading…
Cancel
Save