1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-16 15:17:18 +00:00
This commit is contained in:
Anson 2020-01-20 17:34:11 -07:00
parent dd434bb9b6
commit e321976579

View File

@ -20,12 +20,6 @@ deploy:
script: script:
- pip install -U setuptools wheel twine - pip install -U setuptools wheel twine
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel
# test package
- python3 -m venv test
- . test/bin/activate
- pip install -U dist/python_gitlab*.whl
- gitlab -h
- deactivate
- twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist/* - twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist/*
# only: # only:
# - tags # - tags