Skip to content

Commit

Permalink
stop uploading PGP signature to PyPI
Browse files Browse the repository at this point in the history
This is no longer supported by PyPI.
  • Loading branch information
samschott committed Nov 9, 2023
1 parent 9eca5d4 commit 5f0cf08
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,10 @@ jobs:
python -m pip install --upgrade pip
pip install build twine
- name: Import GPG
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m build
twine upload --skip-existing --sign dist/*
twine upload --skip-existing
docker-hub:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5f0cf08

Please sign in to comment.