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 9958869 commit e785edbCopy full SHA for e785edb
1 file changed
.github/workflows/wasm.yml
@@ -50,7 +50,7 @@ jobs:
50
run: cibuildwheel --platform pyodide
51
52
- name: Publish wheels to orphan `wheels` branch
53
- # if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/')
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: |
0 commit comments