Skip to content

Commit 8553d23

Browse files
committed
remove failing sign step
1 parent 5f142f0 commit 8553d23

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ jobs:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
- name: Create Distribution
9191
run: python setup.py bdist_wheel
92-
- name: Sign Release
93-
run: |
94-
echo "${{ secrets.PYPI_SIGN_PRIVATE_KEY }}" | gpg --batch --import --no-default-keyring --keyring ./sessionring.gpg
95-
gpg --no-default-keyring --keyring ./sessionring.gpg --pinentry-mode loopback --passphrase ""${{ secrets.PYPI_SIGN_PASSPHRASE }}"" --detach-sign -ao /dev/null dist/*
9692
- name: Twine Check
9793
run: twine check dist/*
9894
- name: Publish to Test PyPi

0 commit comments

Comments
 (0)