Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ package-build: bash -c "cd /src && pip install poetry && poetry build && poetry config repositories.gitlab_repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi && poetry publish -u gitlab-ci-token -p ${CI_JOB_TOKEN} -r gitlab_repo poetry publish -u __token__ -p ${PYPI_API_TOKEN} " when: manual tags: Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ package-build: bash -c "cd /src && pip install poetry && poetry build && poetry config repositories.gitlab_repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi && poetry publish -u gitlab-ci-token -p ${CI_JOB_TOKEN} -r gitlab_repo poetry publish -u __token__ -p ${PYPI_API_TOKEN} " when: manual tags: Loading