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:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
# - name: publish-pypi
|
- name: publish-pypi
|
||||||
# pull: always
|
pull: always
|
||||||
# image: plugins/pypi
|
image: plugins/pypi
|
||||||
# settings:
|
settings:
|
||||||
# password:
|
password:
|
||||||
# from_secret: pypi_password
|
from_secret: pypi_password
|
||||||
# repository: https://upload.pypi.org/legacy/
|
repository: https://upload.pypi.org/legacy/
|
||||||
# skip_build: true
|
skip_build: true
|
||||||
# username:
|
username:
|
||||||
# from_secret: pypi_username
|
from_secret: pypi_username
|
||||||
# when:
|
when:
|
||||||
# event:
|
event:
|
||||||
# - tag
|
- tag
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- testing
|
- testing
|
||||||
|
Loading…
Reference in New Issue
Block a user