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 5a0435d commit bd3f68bCopy full SHA for bd3f68b
.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