We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7943c commit 4d59c86Copy full SHA for 4d59c86
.github/workflows/cicd.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Upload HTML Docs
70
uses: actions/upload-artifact@v3
71
with:
72
- name: packages
+ name: packages-${{ matrix.python-version }}
73
path: ./dist/
74
75
# If this commit is the result of a Git tag, push the wheel and tar packages
0 commit comments