We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c38b83 commit a63d85dCopy full SHA for a63d85d
.github/workflows/ci.yml
@@ -249,7 +249,7 @@ jobs:
249
250
- uses: actions/upload-artifact@v4
251
with:
252
- name: py-wheels
+ name: py-wheels-${{ matrix.runs-on }}
253
path: ./wheelhouse/*.whl
254
255
distribute:
@@ -366,8 +366,9 @@ jobs:
366
steps:
367
- uses: actions/download-artifact@v4
368
369
370
path: dist
+ pattern: py-wheels-*
371
+ merge-multiple: true
372
373
- uses: pypa/gh-action-pypi-publish@release/v1
374
0 commit comments