File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 87
87
- name : List all files
88
88
run : ls -lh dist
89
89
90
- - name : Create GitHub Release from a Tag
91
- uses : softprops/action-gh-release@v1
92
- if : startsWith(github.ref, 'refs/tags/')
93
- with :
94
- files : dist/*
95
-
96
90
- name : Publish distribution 📦 to Test PyPI
97
91
# Publish to TestPyPI on tag events of if manually triggered
98
92
# Compare to 'true' string as booleans get turned into strings in the console
@@ -104,6 +98,12 @@ jobs:
104
98
repository-url : https://test.pypi.org/legacy/
105
99
print-hash : true
106
100
101
+ - name : Create GitHub Release from a Tag
102
+ uses : softprops/action-gh-release@v1
103
+ if : startsWith(github.ref, 'refs/tags/')
104
+ with :
105
+ files : dist/*
106
+
107
107
- name : Publish distribution 📦 to PyPI
108
108
if : github.event_name == 'release' && github.event.action == 'published'
109
109
uses : pypa/gh-action-pypi-publish@v1.8.10
You can’t perform that action at this time.
0 commit comments