Skip to content

Commit 4b63ce4

Browse files
committed
macos: add python-version to upload-artifacts.
1 parent 46d5503 commit 4b63ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Archive wheels and sdist
7979
uses: actions/upload-artifact@v4
8080
with:
81-
name: pymssql-${{ matrix.runs-on }}-${{ github.sha }}
81+
name: pymssql-${{ matrix.runs-on }}-${{ matrix.python-version }}-${{ github.sha }}
8282
path: dist
8383
overwrite: true
8484

0 commit comments

Comments
 (0)