Browse Source

twine verbosity vol2

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

2
.drone.yml

@ -23,7 +23,7 @@ steps:
from_secret: pypi_token
commands:
- python3 -m pip install twine
- python3 -m twine --verbose upload alice-ci/dist/*
- python3 -m twine upload --verbose alice-ci/dist/*
when:
branch:
- master

Loading…
Cancel
Save