mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 12:50:42 +00:00
re-enable pypi publish
This commit is contained in:
parent
58c926b69c
commit
f5a484c917
26
.drone.yml
26
.drone.yml
@ -90,19 +90,19 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
# - name: publish-pypi
|
||||
# pull: always
|
||||
# image: plugins/pypi
|
||||
# settings:
|
||||
# password:
|
||||
# from_secret: pypi_password
|
||||
# repository: https://upload.pypi.org/legacy/
|
||||
# skip_build: true
|
||||
# username:
|
||||
# from_secret: pypi_username
|
||||
# when:
|
||||
# event:
|
||||
# - tag
|
||||
- name: publish-pypi
|
||||
pull: always
|
||||
image: plugins/pypi
|
||||
settings:
|
||||
password:
|
||||
from_secret: pypi_password
|
||||
repository: https://upload.pypi.org/legacy/
|
||||
skip_build: true
|
||||
username:
|
||||
from_secret: pypi_username
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
depends_on:
|
||||
- testing
|
||||
|
Loading…
Reference in New Issue
Block a user