mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-08-17 10:44:56 +00:00
copy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
- test
|
||||
|
||||
black:
|
||||
stage: test
|
||||
@@ -16,6 +16,7 @@ black:
|
||||
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference
|
||||
deploy:
|
||||
stage: deploy
|
||||
image: python:3.8
|
||||
script:
|
||||
- pip install -U setuptools wheel twine
|
||||
- python setup.py sdist bdist_wheel
|
||||
|
Reference in New Issue
Block a user