Skip to content

Commit 10c0164

Browse files
committed
Comment the automatic upload release in wasm32 wheels
1 parent 04fd362 commit 10c0164

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/wasm.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
name: wheels-wasm-${{ matrix.os }}-${{ matrix.p_ver }}
5656
path: ./wheelhouse/*.whl
5757

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
58+
# This is not working yet
59+
# - name: Upload wheel to release
60+
# if: startsWith(github.ref, 'refs/tags/')
61+
# env:
62+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
# run: |
64+
# gh release upload ${GITHUB_REF_NAME} ./wheelhouse/*.whl

0 commit comments

Comments
 (0)