We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0605d90 commit 6947130Copy full SHA for 6947130
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Upload Wheels
78
uses: actions/upload-artifact@v4
79
with:
80
- name: wheels
+ name: wheels-${{ strategy.job-index }}
81
path: target/wheels/
82
83
publish-to-pypi:
@@ -97,7 +97,7 @@ jobs:
97
- name: Download all the dists
98
uses: actions/download-artifact@v4
99
100
+ name: wheels-*
101
102
- name: Publish distribution to PyPI
103
uses: pypa/gh-action-pypi-publish@release/v1
@@ -120,7 +120,7 @@ jobs:
120
121
122
123
124
125
- name: Create GitHub Release
126
env:
0 commit comments