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 authored Dec 23, 2024
1 parent 33580b8 commit cd2da5b
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-wasm32*.whl

- name: Publish to PyPI
if: inputs.dry-run == false
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit cd2da5b

Please sign in to comment.