Skip to content

Commit

Permalink
Add condition for non-Pyodide jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 12, 2024
1 parent 099ed28 commit 04cee9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
uses: pypa/cibuildwheel@v2.19.2
with:
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
if: ${{ matrix.buildplat[1] != 'pyodide_wasm32' }}
env:
CIBW_PRERELEASE_PYTHONS: True
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
Expand Down

0 comments on commit 04cee9a

Please sign in to comment.