File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
run : cp -v wheelhouse*/*-m*linux*.whl dist/ # manylinux / musllinux
129
129
130
130
- name : Release
131
- uses : softprops/action-gh-release@v1
131
+ uses : softprops/action-gh-release@v2
132
132
if : startsWith(github.ref, 'refs/tags/')
133
133
with :
134
134
files : dist/*cp27*.whl, dist/*cp35*.whl
@@ -188,7 +188,7 @@ jobs:
188
188
run : make testslow
189
189
190
190
- name : Release
191
- uses : softprops/action-gh-release@v1
191
+ uses : softprops/action-gh-release@v2
192
192
if : startsWith(github.ref, 'refs/tags/') && matrix.python-version == '2.7'
193
193
with :
194
194
files : dist/*.whl
Original file line number Diff line number Diff line change 54
54
run : make sdist
55
55
56
56
- name : Release
57
- uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
57
+ uses : softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v0.1.15
58
58
if : startsWith(github.ref, 'refs/tags/')
59
59
with :
60
60
files : dist/*.tar.gz
@@ -113,7 +113,7 @@ jobs:
113
113
platforms : all
114
114
115
115
- name : Build wheels
116
- uses : pypa/cibuildwheel@v2.16.5
116
+ uses : pypa/cibuildwheel@v2.17.0
117
117
with :
118
118
only : ${{ matrix.only }}
119
119
@@ -140,6 +140,6 @@ jobs:
140
140
run : ls -la ~/downloads
141
141
142
142
- name : Release
143
- uses : softprops/action-gh-release@v1
143
+ uses : softprops/action-gh-release@v2
144
144
with :
145
145
files : ~/downloads/*.whl
You can’t perform that action at this time.
0 commit comments