File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ jobs:
91
91
- name : List all files
92
92
run : ls -lh dist
93
93
94
- - name : Publish distribution 📦 to Test PyPI
95
- # Publish to TestPyPI on tag events of if manually triggered
96
- # Compare to 'true' string as booleans get turned into strings in the console
97
- if : >-
98
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99
- || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100
-
101
- with :
102
- repository-url : https://test.pypi.org/legacy/
103
- print-hash : true
94
+ # - name: Publish distribution 📦 to Test PyPI
95
+ # # Publish to TestPyPI on tag events of if manually triggered
96
+ # # Compare to 'true' string as booleans get turned into strings in the console
97
+ # if: >-
98
+ # (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99
+ # || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100
+
101
+ # with:
102
+ # repository-url: https://test.pypi.org/legacy/
103
+ # print-hash: true
104
104
105
105
- name : Publish distribution 📦 to PyPI
106
106
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments