mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 15:17:18 +00:00
c
This commit is contained in:
parent
ba87ec5098
commit
98b8b7509a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user