Skip to content

Commit 08f60f8

Browse files
authored
Update python-publish.yml
1 parent ee8e192 commit 08f60f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Publish wheels to GitHub artifacts
7979
uses: actions/upload-artifact@v4
8080
with:
81-
name: wheels-${{ matrix.runs-on }}
81+
name: wheels-${{ matrix.os }}-${{ matrix.python-version }}
8282
path: ./dist/*.whl
8383

8484
publish-pypi:

0 commit comments

Comments
 (0)