From 34534cc4a4bcc0d62ee645f7139cf4c780091f89 Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Thu, 10 Oct 2024 14:15:29 +0200 Subject: [PATCH] fixup! Use pipx for hatch installation and cache its env --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36b7180ff6..7183aefe03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.x" - cache: 'pip' # Build it - name: Build a binary wheel and a source tarball