updated drone files to deploy to pypi test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Oliver Marks 2018-12-05 17:43:52 +00:00
parent 81bf91532f
commit d21e391f81
1 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,21 @@ steps:
- env - env
- python setup.py test - python setup.py test
# Auto build to pypi test
- name: deploy-test
image: olymk2/drone-pypi
environment:
PYPI_USERNAME:
from_secret: PYPI_USERNAME
PYPI_PASSWORD:
from_secret: PYPI_PASSWORD
PYPI_REPOSITORY:
from_secret: PYPI_REPOSITORY
commands:
- env
- echo "__version__=$(date +'%y%m%d.%H%M')" > elcato/version.py
- name: deploy - name: deploy
image: olymk2/drone-pypi image: olymk2/drone-pypi
environment: environment: