Commit ccf9a563 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix yml

parent 6f310da4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ package-build:
      code.ornl.gov:4567/rse/images/python:3.10-slim
      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 gitlab-ci-token -p ${CI_JOB_TOKEN} -r gitlab_repo &&
      poetry publish -u __token__ -p ${PYPI_API_TOKEN}
      "
  when: manual