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
|
||||
script:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- source `poetry env info --path`/bin/activate
|
||||
- poetry publish --build -r ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi -u gitlab-ci-token -p ${CI_JOB_TOKEN}
|
||||
- poetry build
|
||||
- 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 publish --repository gitlab
|
||||
|
||||
include:
|
||||
- template: Jobs/SAST.gitlab-ci.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue