Skip to content

Commit 7e0c595

Browse files
committed
Avoid trying to upload Pyodide wheels
1 parent 5232622 commit 7e0c595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
- name: Archive wheel
343343
uses: actions/upload-artifact@v4
344344
with:
345-
name: wheels-pyodide
345+
name: pyodide
346346
path: wheelhouse/*.whl
347347
retention-days: 30
348348
compression-level: 0

0 commit comments

Comments
 (0)