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 538cdf6 commit 83a0d21Copy full SHA for 83a0d21
.github/workflows/python_publish.yml
@@ -100,7 +100,7 @@ jobs:
100
url: https://pypi.org/p/pyttsx3
101
permissions:
102
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
103
- # if: github.event_name == 'release' && github.event.action == 'created' # Only on release creation
+ if: github.event_name == 'release' && github.event.action == 'created' # Only on release creation
104
105
steps:
106
- name: Download dist
@@ -112,5 +112,4 @@ jobs:
112
- name: Publish package distributions to PyPI
113
uses: pypa/gh-action-pypi-publish@release/v1
114
with:
115
- attestations: false
116
- password: ${{ secrets.PYPI_API_TOKEN }}
+ print-hash: true
0 commit comments