We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa8be5 commit 56b5badCopy full SHA for 56b5bad
.github/workflows/create.yml
@@ -210,7 +210,7 @@ jobs:
210
- name: Upload Test Release Asset
211
id: create_test_release
212
if: startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test')
213
- uses: softprops/action-gh-release@v2.4.0
+ uses: softprops/action-gh-release@v2.4.2
214
with:
215
prerelease: true
216
files: |
@@ -223,7 +223,7 @@ jobs:
223
- name: Upload Release Asset
224
id: upload-release-asset
225
if: startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test')
226
227
228
229
dist/*.whl
0 commit comments