File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will upload a Python Package using Twine when a release is created.
2
2
# https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
3
+
4
+ # CAUTION: Renaming this file will break Trusted Publishing to PyPI.
5
+ # https://github.com/pypa/gh-action-pypi-publish
6
+
3
7
name : CI
4
8
5
9
on :
@@ -100,7 +104,7 @@ jobs:
100
104
url : https://pypi.org/p/pyttsx3
101
105
permissions :
102
106
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
107
+ if : github.event_name == 'release' && github.event.action == 'created' # Only on release creation
104
108
105
109
steps :
106
110
- name : Download dist
You can’t perform that action at this time.
0 commit comments