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 83a0d21 commit 6340ae4Copy full SHA for 6340ae4
.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
0 commit comments