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 3e9376b commit 8b3a24bCopy full SHA for 8b3a24b
.github/workflows/deploy.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Upload artifacts
69
uses: actions/upload-artifact@v4
70
with:
71
- name: artifact-3.${{ matrix.python-3-version }}
+ name: artifact-${{ matrix.distribution }}-3.${{ matrix.python-3-version }}
72
path: dist/*
73
74
upload_all:
0 commit comments