Skip to content

Commit

Permalink
Fix artifact name wiht python version
Browse files Browse the repository at this point in the history
  • Loading branch information
universvm committed Dec 15, 2023
1 parent 962fd9b commit ae842c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload wheel and source distribution
uses: actions/upload-artifact@v3
with:
name: python-package
name: python-package-${{ matrix.python-version }}
path: |
dist/*.whl
dist/*.tar.gz

0 comments on commit ae842c5

Please sign in to comment.