mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-08-02 19:41:28 +00:00
c
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user