Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong authored Dec 23, 2024
1 parent ee8e192 commit 08f60f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Publish wheels to GitHub artifacts
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.runs-on }}
name: wheels-${{ matrix.os }}-${{ matrix.python-version }}
path: ./dist/*.whl

publish-pypi:
Expand Down

0 comments on commit 08f60f8

Please sign in to comment.