Skip to content

Commit

Permalink
Update publish.yml (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay authored Mar 27, 2024
1 parent 25ae2f1 commit ca90807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build and sign distribution
run: |
python setup.py sdist bdist_wheel
gpg --batch --yes --no-tty --detach-sign -a dist/*.tar.gz
gpg --batch --yes --no-tty --detach-sign -a dist/*.whl
gpg --batch --yes --no-tty --pinentry-mode loopback --detach-sign -a dist/*.tar.gz
gpg --batch --yes --no-tty --pinentry-mode loopback --detach-sign -a dist/*.whl
- name: Upload to PyPI
run: twine upload dist/*
Expand Down

0 comments on commit ca90807

Please sign in to comment.