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 2431756 commit cbcf8c4Copy full SHA for cbcf8c4
.github/workflows/python-publish.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Upload distributions
68
uses: actions/upload-artifact@v4
69
with:
70
- name: release-dists-${{ runner.os }}-${{ matrix.arch }}
+ name: release-dists-${{ runner.os }}-${{ runner.arch }}-${{ matrix.arch }}
71
path: wheelhouse/
72
73
pypi-publish:
0 commit comments