Add initial ci

This commit is contained in:
Byron Lathi
2024-06-06 17:44:25 -07:00
parent 2294670462
commit 9eaa6bde6d
2 changed files with 9 additions and 1 deletions

7
.gitlab-ci.yml Normal file
View 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/*