1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-15 22:56:47 +00:00

Add .gitlab-ci.yml

This commit is contained in:
Anson Biggs 2020-01-20 20:52:54 +00:00
parent d3c4202f53
commit 4f7427c80f

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
before_script:
- python -V # Print out python version for debugging
- pip install setuptools wheel
run:
script:
- python setup.py bdist_wheel
- python -m twine upload dist/*
- echo __token__
- echo $PYPI_TOKEN