Skip to content

Commit 6340ae4

Browse files
authored
v2.99 trusted publishing with correct workflow name (#416)
1 parent 83a0d21 commit 6340ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
url: https://pypi.org/p/pyttsx3
101101
permissions:
102102
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
103+
# if: github.event_name == 'release' && github.event.action == 'created' # Only on release creation
104104

105105
steps:
106106
- name: Download dist

0 commit comments

Comments
 (0)