Skip to content

Commit

Permalink
Remove condition that skips the step
Browse files Browse the repository at this point in the history
Co-Authored-By: Thomas Li <47963215+lithomas1@users.noreply.github.com>
  • Loading branch information
agriyakhetarpal and lithomas1 committed Jul 12, 2024
1 parent 8779d87 commit 5106edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ 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 5106edd

Please sign in to comment.