Skip to content

Commit eea5616

Browse files
authored
Skip pyodide upload, since it's not yet supported by PyPI (#227)
But, let's continue to build pyodide wheels so we'll be ready for when they're usable
1 parent bad901a commit eea5616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
platform: ios
6666
archs: all
6767
- os: pyodide
68+
# pyodide is not yet supported by PyPI, but let's make sure we can build for it
6869
runs-on: ubuntu-latest
6970
platform: pyodide
7071
archs: all
@@ -96,6 +97,7 @@ jobs:
9697
run: |
9798
ls -al wheelhouse/
9899
- name: Upload wheels
100+
if: matrix.platform != 'pyodide' # pyodide is not yet supported by PyPI
99101
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
100102
with:
101103
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}

0 commit comments

Comments
 (0)