Remove pip cache from release workflow

This commit is contained in:
Matthias Bertschy
2025-12-12 15:59:11 +01:00
parent 1b94d27fd6
commit bfca19bf25

View File

@@ -61,7 +61,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: Install Cosign
uses: sigstore/cosign-installer@v3.5.0