mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 07:06:42 +00:00
c
This commit is contained in:
parent
ba87ec5098
commit
98b8b7509a
@ -20,10 +20,8 @@ deploy:
|
||||
before_script:
|
||||
- pip install twine
|
||||
- python setup.py sdist
|
||||
variables:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: $PYPI_TOKEN
|
||||
|
||||
script:
|
||||
- twine upload dist/*
|
||||
- twine upload dist/* -u __token__ -p $PYPI_TOKEN
|
||||
# only:
|
||||
# - tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user