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 8ce6f1e commit 79c9f0aCopy full SHA for 79c9f0a
.github/workflows/create.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Upload Test Release Asset
102
id: create_test_release
103
if: startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test')
104
- uses: softprops/action-gh-release@78c309e
+ uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
105
with:
106
prerelease: true
107
files: |
@@ -114,7 +114,7 @@ jobs:
114
- name: Upload Release Asset
115
id: upload-release-asset
116
if: startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test')
117
118
119
120
dist/*.whl
0 commit comments