mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-08-01 11:01:23 +00:00
Add .gitlab-ci.yml
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user