Merge branch 'beanie'
This commit is contained in:
commit
7515ecbcc1
1 changed files with 4 additions and 3 deletions
|
@ -41,9 +41,10 @@ release:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
script:
|
script:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry build
|
||||||
- source `poetry env info --path`/bin/activate
|
- poetry config repositories.gitlab "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi"
|
||||||
- poetry publish --build -r ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi -u gitlab-ci-token -p ${CI_JOB_TOKEN}
|
- poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN"
|
||||||
|
- poetry publish --repository gitlab
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: Jobs/SAST.gitlab-ci.yml
|
- template: Jobs/SAST.gitlab-ci.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue