diff --git a/.drone.yml b/.drone.yml index 9a13bc9..6d5024f 100644 --- a/.drone.yml +++ b/.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