From be36a79e6ee3c5471f4b2b47bb75be86fea1c70f Mon Sep 17 00:00:00 2001 From: Jericho Tolentino <68654047+jericht@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:53:14 +0000 Subject: [PATCH] chore: Revert "chore: temporary pin virtualenv<21 to fix build (#209)" Signed-off-by: Jericho Tolentino <68654047+jericht@users.noreply.github.com> --- .github/workflows/release_publish.yml | 2 +- pipeline/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index c00d2e7..f4ea47d 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -81,7 +81,7 @@ jobs: python-version: '3.9' - name: Install dependencies run: | - pip install --upgrade hatch "virtualenv<21" + pip install --upgrade hatch - name: Build run: hatch -v build # # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi diff --git a/pipeline/build.sh b/pipeline/build.sh index 8330a6d..5ec09cb 100755 --- a/pipeline/build.sh +++ b/pipeline/build.sh @@ -3,7 +3,7 @@ set -e pip install --upgrade pip -pip install --upgrade hatch "virtualenv<21" +pip install --upgrade hatch pip install --upgrade twine hatch run lint hatch run test