forked from bellwether/minerva
adding gitlab ci file to build package
This commit is contained in:
parent
0205336c95
commit
13169ea48a
1 changed files with 7 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
image: python:latest
|
||||
|
||||
run:
|
||||
script:
|
||||
- pip install build twine
|
||||
- python -m build
|
||||
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --skip-existing --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue