mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 15:17:18 +00:00
Add .gitlab-ci.yml
This commit is contained in:
parent
d3c4202f53
commit
4f7427c80f
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user