Skip to content

Commit bc084f6

Browse files
committed
Drop unused platform identifier
1 parent ace9958 commit bc084f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: .github/workflows/build.ps1
4242
- uses: actions/upload-artifact@v4
4343
with:
44-
name: ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
44+
name: ${{ inputs.artifacts-name }}-${{ matrix.python }}
4545
path: wheelhouse/*.whl
4646
# Uncomment to get SSH access for testing
4747
# - name: Setup tmate session

0 commit comments

Comments
 (0)