Commit 6f310da4 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

publish to pypi

parent c9b40c2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: