Skip to content

Commit fafdc6d

Browse files
committed
dedupe artifact names
1 parent 10dcfc0 commit fafdc6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Upload Artifacts
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: dist-manylinux2014
58+
name: dist-manylinux2014-${{ matrix.python-version }}
5959
path: driver/dist/
6060
- name: Publish to TestPyPI
6161
env:
@@ -74,7 +74,7 @@ jobs:
7474
python -m twine upload --skip-existing driver/dist/*
7575
build_windows:
7676
name: Windows Build
77-
runs-on: windows-latest
77+
runs-on: windows-latest-${{ matrix.python-version }}
7878
strategy:
7979
matrix:
8080
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]

0 commit comments

Comments
 (0)