1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-15 14:46:49 +00:00
This commit is contained in:
Anson 2020-01-20 18:01:49 -07:00
parent e903e1876f
commit 3371569771

View File

@ -14,10 +14,11 @@ black:
- black --check .
pypi:
image: docker.km3net.de/base/python:3
image: python:3.8
stage: deploy
cache: {}
script:
- pip install -U twine
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
- python setup.py sdist
- twine upload dist/*
- dpl --provider=pypi --user=$TWINE_USERNAME --password=$TWINE_PASSWORD --skip_existing=true