mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-15 14:46:49 +00:00
stack
This commit is contained in:
parent
e903e1876f
commit
3371569771
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user