Skip to content

Commit 5106edd

Browse files
Remove condition that skips the step
Co-Authored-By: Thomas Li <[email protected]>
1 parent 8779d87 commit 5106edd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ jobs:
150150
uses: pypa/[email protected]
151151
with:
152152
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
153-
if: ${{ matrix.buildplat[1] != 'pyodide_wasm32' }}
154153
env:
155154
CIBW_PRERELEASE_PYTHONS: True
156155
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}

0 commit comments

Comments
 (0)