re-enable pypi publish

This commit is contained in:
Robert Kaussow 2019-02-25 18:50:26 +01:00
parent 58c926b69c
commit f5a484c917

View File

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