We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dc550 commit 8f5c366Copy full SHA for 8f5c366
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- uses: actions/upload-artifact@v4
91
with:
92
- name: dist-wheels # Single artifact for all wheels
+ name: dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }} # Unique artifact name
93
path: dist/*
94
95
upload:
0 commit comments