Commit 4c53c66f authored by Cage, Gregory's avatar Cage, Gregory
Browse files

Update gitlab ci

parent 28c7c87a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -86,7 +86,8 @@ package-build:
      ${IMAGE_NAME}:src-${CI_COMMIT_SHA}
      bash -c "
      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 gitlab-ci-token -p ${CI_JOB_TOKEN} -r gitlab_repo &&
      poetry publish -u __token__ -p ${PYPI_API_TOKEN}
      "
  when: manual
  tags: