mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 07:06:42 +00:00
copy paste
This commit is contained in:
parent
e321976579
commit
dfcf2fb341
@ -17,9 +17,10 @@ black:
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
|
variables:
|
||||||
|
TWINE_USERNAME: __token__
|
||||||
|
TWINE_PASSWORD: $PYPI_TOKEN
|
||||||
script:
|
script:
|
||||||
- pip install -U setuptools wheel twine
|
- twine upload dist/*
|
||||||
- python setup.py sdist bdist_wheel
|
|
||||||
- twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist/*
|
|
||||||
# only:
|
# only:
|
||||||
# - tags
|
# - tags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user