We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f142f0 commit 8553d23Copy full SHA for 8553d23
.github/workflows/test_release.yml
@@ -89,10 +89,6 @@ jobs:
89
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
- name: Create Distribution
91
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/*
96
- name: Twine Check
97
run: twine check dist/*
98
- name: Publish to Test PyPi
0 commit comments