Skip to content

Commit

Permalink
fix(ci): ensure unique upload names for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Dec 13, 2024
1 parent 2c38b83 commit a63d85d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: py-wheels
name: py-wheels-${{ matrix.runs-on }}
path: ./wheelhouse/*.whl

distribute:
Expand Down Expand Up @@ -366,8 +366,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: py-wheels
path: dist
pattern: py-wheels-*
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit a63d85d

Please sign in to comment.