From edaec730141a7323b6b6d2d8e3a9b3f4d8091a7a Mon Sep 17 00:00:00 2001 From: Arron Bailiss Date: Wed, 25 Feb 2026 18:20:09 -0500 Subject: [PATCH] fix: pypi publish workflow --- .github/workflows/pypi-publish-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish-on-release.yml b/.github/workflows/pypi-publish-on-release.yml index d0a5c1a..39d3d78 100644 --- a/.github/workflows/pypi-publish-on-release.yml +++ b/.github/workflows/pypi-publish-on-release.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install hatch twine + pip install --no-cache-dir "virtualenv<21" hatch twine - name: Validate version run: | version=$(hatch version)