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 @@ -88,16 +88,16 @@ jobs:
88
88
- name : List all files
89
89
run : ls -lh dist
90
90
91
- - name : Publish distribution 📦 to Test PyPI
92
- # Publish to TestPyPI on tag events of if manually triggered
93
- # Compare to 'true' string as booleans get turned into strings in the console
94
- if : >-
95
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
96
- || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
97
-
98
- with :
99
- repository-url : https://test.pypi.org/legacy/
100
- print-hash : true
91
+ # - name: Publish distribution 📦 to Test PyPI
92
+ # # Publish to TestPyPI on tag events of if manually triggered
93
+ # # Compare to 'true' string as booleans get turned into strings in the console
94
+ # if: >-
95
+ # (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
96
+ # || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
97
+
98
+ # with:
99
+ # repository-url: https://test.pypi.org/legacy/
100
+ # print-hash: true
101
101
102
102
- name : Create GitHub Release from a Tag
103
103
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments