We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fd362 commit 10c0164Copy full SHA for 10c0164
.github/workflows/wasm.yml
@@ -55,9 +55,10 @@ jobs:
55
name: wheels-wasm-${{ matrix.os }}-${{ matrix.p_ver }}
56
path: ./wheelhouse/*.whl
57
58
- - name: Upload wheel to release
59
- if: startsWith(github.ref, 'refs/tags/')
60
- env:
61
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- run: |
63
- gh release upload ${GITHUB_REF_NAME} ./wheelhouse/*.whl
+# This is not working yet
+# - name: Upload wheel to release
+# if: startsWith(github.ref, 'refs/tags/')
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# run: |
64
+# gh release upload ${GITHUB_REF_NAME} ./wheelhouse/*.whl
0 commit comments