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 6323c23 commit b7d3044Copy full SHA for b7d3044
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
100
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101
with:
102
- name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python }}
+ name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python.split('-')[0] }}
103
path: wheelhouse/*.whl
104
105
publish:
0 commit comments