1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-08-17 10:44:56 +00:00
This commit is contained in:
2020-01-20 17:30:37 -07:00
parent f1a08e0a00
commit dd434bb9b6

View File

@@ -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