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 c79ae44 commit 4296c9eCopy full SHA for 4296c9e
.github/workflows/build.yml
@@ -43,5 +43,5 @@ jobs:
43
if: ${{ github.event_name == 'pull_request' || ( github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') ) ) }}
44
uses: actions/upload-artifact@v4
45
with:
46
- name: python-dist
+ name: dist-python-${{ matrix.python-version }}-${{ matrix.os }}
47
path: dist/
0 commit comments