Skip to content

Commit 93ceacc

Browse files
committed
ci: Remove emscripten wheel before publishing to pypi (#20429)
1 parent 0e198c3 commit 93ceacc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-python.yml

+3
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@ jobs:
384384
path: dist
385385
merge-multiple: true
386386

387+
- name: Remove Emscripten wheel
388+
run: rm -f dist/*emscripten*.whl
389+
387390
- name: Publish to PyPI
388391
if: inputs.dry-run == false
389392
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)