Skip to content

Commit

Permalink
ci: Remove emscripten wheel before publishing to pypi (#20429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Dec 24, 2024
1 parent 0e198c3 commit 93ceacc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93ceacc

Please sign in to comment.