We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc654a commit 69fded4Copy full SHA for 69fded4
.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.3.2
+ uses: softprops/action-gh-release@v2.3.4
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