We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed32480 commit d2f5994Copy full SHA for d2f5994
.github/workflows/deploy.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Upload artifacts
87
uses: actions/upload-artifact@v4
88
with:
89
- name: distributions-${{ matrix.python.version }}-${{ matrix.discord-py.NAME }}
+ name: distributions-${{ matrix.os }}-${{ matrix.python.version }}-${{ matrix.discord-py.NAME }}
90
path: dist/*
91
92
upload_pypi:
0 commit comments