From 371c941bf7e83c9bf28fe65cd6d7f237bd16190a Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:31:20 -0400 Subject: [PATCH] fix(v3): solve `pypi-release` action (#5130) --- .github/workflows/pypi-release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8be0acd196..bf57beaedf 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -8,8 +8,6 @@ env: RELEASE_TAG: ${{ github.event.release.tag_name }} PYTHON_VERSION: 3.11 CACHE: "poetry" - # TODO: create a bot user for this kind of tasks, like prowler-bot - GIT_COMMITTER_EMAIL: "sergio@prowler.com" jobs: release-prowler-job: @@ -47,14 +45,6 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} cache: ${{ env.CACHE }} - - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} - git_user_signingkey: true - git_commit_gpgsign: true - - name: Build Prowler package run: | poetry build