From 22cf1c817f6a039cba8a73bdc346e07e7e5b757c Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 26 Feb 2026 20:29:11 +0000 Subject: [PATCH] closes #6 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9116e3b..5888db6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install "virtualenv<21" hatch + pip install hatch - name: Build package run: hatch build