mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-07-22 14:11:31 +00:00
c
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user