forked from bellwether/minerva
trying more things for ci/cd
This commit is contained in:
parent
f2354610c2
commit
91b05578bb
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ image: python:latest
|
||||||
|
|
||||||
run:
|
run:
|
||||||
script:
|
script:
|
||||||
|
- pip install poetry
|
||||||
- poetry build
|
- poetry build
|
||||||
- poetry config repositories.gitlab ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
|
- poetry config repositories.gitlab ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
|
||||||
- poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN"
|
- poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue