1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-16 07:06:42 +00:00
This commit is contained in:
Anson 2020-01-20 17:18:57 -07:00
parent 4809e45b86
commit 6049c9dffe

View File

@ -24,7 +24,7 @@ deploy:
script:
- python setup.py bdist_wheel
- twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist dist/*
- twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist/*
only:
- tags