Browse Source

Change auth secret name in drone

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

2
.drone.yml

@ -20,7 +20,7 @@ steps:
TWINE_PASSWORD:
from_secret: pypi_username
TWINE_USERNAME:
from_secret: pypi_token
from_secret: pypi_password
commands:
- python3 -m pip install twine
- python3 -m twine upload --verbose alice-ci/dist/*

Loading…
Cancel
Save