mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-08-18 11:14:46 +00:00
copy
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
|
||||||
- deploy
|
- deploy
|
||||||
|
- test
|
||||||
|
|
||||||
black:
|
black:
|
||||||
stage: test
|
stage: test
|
||||||
@@ -16,6 +16,7 @@ black:
|
|||||||
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference
|
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
image: python:3.8
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user