From 93ceaccdac6f05c9b07a5117f3a4a90c238dbd29 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Mon, 23 Dec 2024 21:20:07 +0100 Subject: [PATCH] ci: Remove emscripten wheel before publishing to pypi (#20429) --- .github/workflows/release-python.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 87b530aa3178..c15a5bf443be 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -384,6 +384,9 @@ jobs: path: dist merge-multiple: true + - name: Remove Emscripten wheel + run: rm -f dist/*emscripten*.whl + - name: Publish to PyPI if: inputs.dry-run == false uses: pypa/gh-action-pypi-publish@release/v1