We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabd29a commit dae14dcCopy full SHA for dae14dc
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/upload-artifact@v4
45
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
46
with:
47
- name: cibw-${{ runner.os }}-${{ runner.arch }}
+ name: cibw-${{ matrix.os }}-${{ runner.arch }}-${{ matrix.python }}
48
path: wheelhouse/*.whl
49
50
publish:
0 commit comments