Skip to content

Commit 7c5251d

Browse files
committed
separating pyodide and wheel artifacts
1 parent 2824566 commit 7c5251d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ jobs:
5757
- name: Download all the dists
5858
uses: actions/download-artifact@v4
5959
with:
60+
pattern: "cibw-wheels-*"
6061
path: dist/
6162
merge-multiple: true
6263

6364
- name: Publish distribution 📦 to PyPI
6465
uses: pypa/gh-action-pypi-publish@release/v1
6566
with:
6667
password: ${{ secrets.PUBLIC_PYPI_API_TOKEN }}
67-
skip_existing: true
68+
skip-existing: true
6869

6970
github-release:
7071
name: >-
@@ -82,6 +83,7 @@ jobs:
8283
- name: Download all the dists
8384
uses: actions/download-artifact@v4
8485
with:
86+
pattern: "cibw-wheels-*"
8587
path: dist/
8688
merge-multiple: true
8789

.github/workflows/pyodide_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Download all the dists
4848
uses: actions/download-artifact@v4
4949
with:
50+
pattern: "*_wasm32"
5051
path: dist/
5152
merge-multiple: true
5253

0 commit comments

Comments
 (0)