Skip to content

Commit e785edb

Browse files
committed
WASM wheel upload on tagging only
1 parent 9958869 commit e785edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: cibuildwheel --platform pyodide
5151

5252
- name: Publish wheels to orphan `wheels` branch
53-
# if: startsWith(github.ref, 'refs/tags/')
53+
if: startsWith(github.ref, 'refs/tags/')
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |

0 commit comments

Comments
 (0)