1
0
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:
Anson 2020-01-20 17:37:00 -07:00
parent e321976579
commit dfcf2fb341

View File

@ -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