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