Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skar404 authored May 28, 2018
1 parent 46fa36c commit 7895a44
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ pipeline:
- python setup.py install

pypi_publish:
image: gjtempleton/drone-pypi
repository: https://upload.pypi.org/legacy/
username: '$${PYPI_LOGIN}'
password: '$${PYPI_PASSWORD}'
secrets: [ pypi_login, pypi_password ]
distributions:
- sdist
image: justinbarrick/drone-pypi:latest
secrets: [ PYPI_REPOSITORY, PYPI_USERNAME, PYPI_PASSWORD ]

0 comments on commit 7895a44

Please sign in to comment.