re-enable pypi publish

This commit is contained in:
Robert Kaussow 2019-02-25 18:50:26 +01:00
parent 58c926b69c
commit f5a484c917
1 changed files with 13 additions and 13 deletions

View File

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