mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 07:06:42 +00:00
stackoverflow pls save me
This commit is contained in:
parent
254ff19e5d
commit
194379bdfc
@ -13,17 +13,11 @@ black:
|
|||||||
script:
|
script:
|
||||||
- black --check .
|
- black --check .
|
||||||
|
|
||||||
pypi_release:
|
pypi:
|
||||||
image: docker.km3net.de/base/python:3
|
image: docker.km3net.de/base/python:3
|
||||||
stage: deploy
|
stage: release
|
||||||
cache: {}
|
cache: {}
|
||||||
script:
|
script:
|
||||||
- pip install -U twine
|
- pip install -U twine
|
||||||
- python setup.py sdist bdist_wheel
|
- python setup.py sdist
|
||||||
- twine check dist/*
|
- twine upload dist/*
|
||||||
- twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
|
|
||||||
- pip install helpdev==$CI_COMMIT_TAG
|
|
||||||
- helpdev --version
|
|
||||||
- pip uninstall helpdev -y
|
|
||||||
# only:
|
|
||||||
# - tags
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user