Skip to content

Commit

Permalink
fix(v3): solve pypi-release action (#5130)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergargar committed Sep 23, 2024
1 parent 2fdd0f1 commit 371c941
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 371c941

Please sign in to comment.