Add initial ci
This commit is contained in:
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
image: python:latest
|
||||||
|
|
||||||
|
run:
|
||||||
|
script:
|
||||||
|
- source init_env.sh
|
||||||
|
- python -m build
|
||||||
|
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
build
|
build
|
||||||
|
twine
|
||||||
Reference in New Issue
Block a user