We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d5503 commit 4b63ce4Copy full SHA for 4b63ce4
1 file changed
.github/workflows/test_macos.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Archive wheels and sdist
79
uses: actions/upload-artifact@v4
80
with:
81
- name: pymssql-${{ matrix.runs-on }}-${{ github.sha }}
+ name: pymssql-${{ matrix.runs-on }}-${{ matrix.python-version }}-${{ github.sha }}
82
path: dist
83
overwrite: true
84
0 commit comments