chore(action): Remove cache in PyPI release (#7532)

This commit is contained in:
Pepe Fagoaga
2025-04-15 18:58:26 +05:45
committed by GitHub
parent c134914896
commit 931766fe08
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ on:
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
PYTHON_VERSION: 3.11
CACHE: "poetry"
# CACHE: "poetry"
jobs:
repository-check:
@@ -74,7 +74,7 @@ jobs:
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: ${{ env.CACHE }}
# cache: ${{ env.CACHE }}
- name: Build Prowler package
run: |
+3
View File
@@ -9,6 +9,9 @@ All notable changes to the **Prowler SDK** are documented in this file.
- Add SOC2 compliance framework to Azure [(#7489)](https://github.com/prowler-cloud/prowler/pull/7489).
- Add check for unused Service Accounts in GCP [(#7419)](https://github.com/prowler-cloud/prowler/pull/7419).
### Fixed
- Remove cache in PyPI release action [(#7532)](https://github.com/prowler-cloud/prowler/pull/7532).
---
## [v5.5.1] (Prowler v5.5.1)