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.
pyodide
1 parent bad901a commit eea5616Copy full SHA for eea5616
.github/workflows/wheels.yml
@@ -65,6 +65,7 @@ jobs:
65
platform: ios
66
archs: all
67
- os: pyodide
68
+ # pyodide is not yet supported by PyPI, but let's make sure we can build for it
69
runs-on: ubuntu-latest
70
platform: pyodide
71
@@ -96,6 +97,7 @@ jobs:
96
97
run: |
98
ls -al wheelhouse/
99
- name: Upload wheels
100
+ if: matrix.platform != 'pyodide' # pyodide is not yet supported by PyPI
101
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102
with:
103
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
0 commit comments