Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
platform: ios
archs: all
- os: pyodide
# pyodide is not yet supported by PyPI, but let's make sure we can build for it
runs-on: ubuntu-latest
platform: pyodide
archs: all
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
run: |
ls -al wheelhouse/
- name: Upload wheels
if: matrix.platform != 'pyodide' # pyodide is not yet supported by PyPI
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down