Skip to content

Commit 945b67d

Browse files
committed
Try fixing artifact download.
1 parent f473a25 commit 945b67d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,16 @@ jobs:
9797
runs-on: ubuntu-24.04
9898
if: github.event_name == 'release' && github.event.action == 'published'
9999

100+
permissions:
101+
id-token: write
102+
100103
steps:
101104
- uses: actions/setup-python@v5
102105
with:
103106
python-version: 3.13
104107
- uses: actions/download-artifact@v4
105108
with:
106-
name: dist
109+
path: dist
107110
pattern: dist-*
108111
merge-multiple: true
109112

0 commit comments

Comments
 (0)