1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2026-06-03 20:40:29 +00:00
This commit is contained in:
2020-01-20 17:41:26 -07:00
parent ba87ec5098
commit 98b8b7509a
+2 -4
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