1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-16 07:06:42 +00:00
This commit is contained in:
Anson 2020-01-20 17:41:26 -07:00
parent ba87ec5098
commit 98b8b7509a

View File

@ -20,10 +20,8 @@ deploy:
before_script: before_script:
- pip install twine - pip install twine
- python setup.py sdist - python setup.py sdist
variables:
TWINE_USERNAME: __token__
TWINE_PASSWORD: $PYPI_TOKEN
script: script:
- twine upload dist/* - twine upload dist/* -u __token__ -p $PYPI_TOKEN
# only: # only:
# - tags # - tags