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 8a0a13a commit a1fbde9Copy full SHA for a1fbde9
.github/workflows/run_test_build_deploy.yaml
@@ -102,7 +102,7 @@ jobs:
102
103
- uses: actions/upload-artifact@v4
104
with:
105
- name: wheels
+ name: wheels-${{ runner.os }}-${{ matrix.arch }}
106
path: ./wheelhouse/*.whl
107
108
deploy_pypi:
@@ -117,7 +117,8 @@ jobs:
117
path: ./dist
118
- uses: actions/download-artifact@v4
119
120
+ pattern: wheels-*
121
+ merge-multiple: true
122
123
# push all tagged versions to pypi.org
124
- name: Publish package to PyPI
0 commit comments