Skip to content

Commit 003d73f

Browse files
committed
test new artifact download
1 parent 42e73a3 commit 003d73f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
- os: linux-arm
1616
runs-on: ubuntu-24.04-arm
17-
- os: windows-intel
18-
runs-on: windows-latest
19-
- os: windows-arm
20-
runs-on: windows-11-arm
17+
# - os: windows-intel
18+
# runs-on: windows-latest
19+
# - os: windows-arm
20+
# runs-on: windows-11-arm
2121
- os: macos-intel
2222
# macos-15-intel is the last x86_64 runner
2323
runs-on: macos-15-intel
@@ -94,7 +94,7 @@ jobs:
9494
- name: Download all the dists
9595
uses: actions/download-artifact@v6
9696
with:
97-
name: cibw-sdist
97+
pattern: cibw-*
9898
path: dist/
9999
merge-multiple: true
100100
- name: Sign the dists with Sigstore🔏

0 commit comments

Comments
 (0)