1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-07-22 14:11:31 +00:00
This commit is contained in:
2020-01-20 17:38:33 -07:00
parent dfcf2fb341
commit ba87ec5098

@@ -17,6 +17,9 @@ black:
deploy:
stage: deploy
image: python:3.8
before_script:
- pip install twine
- python setup.py sdist
variables:
TWINE_USERNAME: __token__
TWINE_PASSWORD: $PYPI_TOKEN