Skip to content

Commit ccf082a

Browse files
authored
Skip WASM wheels during PyPI upload (#7)
1 parent e9eeb5e commit ccf082a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/buildwheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,9 @@ jobs:
140140
pattern: dist-*
141141
path: dist
142142
merge-multiple: true
143+
- name: Skip WASM wheels (not supported by PyPI yet)
144+
run: rm dist/*_wasm32.whl
143145
- name: Release to PyPI
144146
uses: pypa/gh-action-pypi-publish@release/v1
147+
with:
148+
skip-existing: true

0 commit comments

Comments
 (0)