Skip to content

Commit 6947130

Browse files
committed
use workaround for v4 from actions/upload-artifact#480
1 parent 0605d90 commit 6947130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Upload Wheels
7878
uses: actions/upload-artifact@v4
7979
with:
80-
name: wheels
80+
name: wheels-${{ strategy.job-index }}
8181
path: target/wheels/
8282

8383
publish-to-pypi:
@@ -97,7 +97,7 @@ jobs:
9797
- name: Download all the dists
9898
uses: actions/download-artifact@v4
9999
with:
100-
name: wheels
100+
name: wheels-*
101101
path: target/wheels/
102102
- name: Publish distribution to PyPI
103103
uses: pypa/gh-action-pypi-publish@release/v1
@@ -120,7 +120,7 @@ jobs:
120120
- name: Download all the dists
121121
uses: actions/download-artifact@v4
122122
with:
123-
name: wheels
123+
name: wheels-*
124124
path: target/wheels/
125125
- name: Create GitHub Release
126126
env:

0 commit comments

Comments
 (0)