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 ee8e192 commit 08f60f8Copy full SHA for 08f60f8
.github/workflows/python-publish.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Publish wheels to GitHub artifacts
79
uses: actions/upload-artifact@v4
80
with:
81
- name: wheels-${{ matrix.runs-on }}
+ name: wheels-${{ matrix.os }}-${{ matrix.python-version }}
82
path: ./dist/*.whl
83
84
publish-pypi:
0 commit comments