Skip to content
Snippets Groups Projects
Commit a711478c authored by Bruce Flynn's avatar Bruce Flynn
Browse files

fix deploy

forgot to install hatch
parent 6474f711
No related branches found
No related tags found
No related merge requests found
...@@ -102,5 +102,6 @@ deploy:packages:release: ...@@ -102,5 +102,6 @@ deploy:packages:release:
HATCH_INDEX_REPO: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi HATCH_INDEX_REPO: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
HATCH_INDEX_AUTH: $CI_JOB_TOKEN HATCH_INDEX_AUTH: $CI_JOB_TOKEN
script: script:
- pip install hatch
# -y is required because we set disable=true in [tools.hatch.publish.index] # -y is required because we set disable=true in [tools.hatch.publish.index]
- hatch publish -y -u "${CI_DEPLOY_USER}" - hatch publish -y -u "${CI_DEPLOY_USER}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment