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 ace9958 commit bc084f6Copy full SHA for bc084f6
.github/workflows/wheels-windows.yml
@@ -41,7 +41,7 @@ jobs:
41
run: .github/workflows/build.ps1
42
- uses: actions/upload-artifact@v4
43
with:
44
- name: ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
+ name: ${{ inputs.artifacts-name }}-${{ matrix.python }}
45
path: wheelhouse/*.whl
46
# Uncomment to get SSH access for testing
47
# - name: Setup tmate session
0 commit comments