We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e73a3 commit 003d73fCopy full SHA for 003d73f
1 file changed
.github/workflows/publish.yml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
- os: linux-arm
16
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
+ # - os: windows-intel
+ # runs-on: windows-latest
+ # - os: windows-arm
+ # runs-on: windows-11-arm
21
- os: macos-intel
22
# macos-15-intel is the last x86_64 runner
23
runs-on: macos-15-intel
@@ -94,7 +94,7 @@ jobs:
94
- name: Download all the dists
95
uses: actions/download-artifact@v6
96
with:
97
- name: cibw-sdist
+ pattern: cibw-*
98
path: dist/
99
merge-multiple: true
100
- name: Sign the dists with Sigstore🔏
0 commit comments