From a711478c1544b2db6c8177e280f83c5554ac640f Mon Sep 17 00:00:00 2001
From: Bruce Flynn <brucef@ssec.wisc.edu>
Date: Mon, 16 Oct 2023 09:29:10 -0500
Subject: [PATCH] fix deploy

forgot to install hatch
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a39313a..e3dc6f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,5 +102,6 @@ deploy:packages:release:
     HATCH_INDEX_REPO: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
     HATCH_INDEX_AUTH: $CI_JOB_TOKEN
   script:
+    - pip install hatch
     # -y is required because we set disable=true in [tools.hatch.publish.index]
     - hatch publish -y -u "${CI_DEPLOY_USER}"
-- 
GitLab