Skip to content

Commit

Permalink
remove failing sign step
Browse files Browse the repository at this point in the history
  • Loading branch information
danabens committed Oct 13, 2022
1 parent 5f142f0 commit 8553d23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Distribution
run: python setup.py bdist_wheel
- name: Sign Release
run: |
echo "${{ secrets.PYPI_SIGN_PRIVATE_KEY }}" | gpg --batch --import --no-default-keyring --keyring ./sessionring.gpg
gpg --no-default-keyring --keyring ./sessionring.gpg --pinentry-mode loopback --passphrase ""${{ secrets.PYPI_SIGN_PASSPHRASE }}"" --detach-sign -ao /dev/null dist/*
- name: Twine Check
run: twine check dist/*
- name: Publish to Test PyPi
Expand Down

0 comments on commit 8553d23

Please sign in to comment.