Skip to content

Commit

Permalink
ci: use separate artifact names (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Jan 4, 2024
1 parent 1757e0f commit a5f1f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl
name: wheels
name: wheels-${{matrix.os}}-${{matrix.vers}}
3 changes: 2 additions & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
id: download
uses: actions/download-artifact@v4
with:
name: wheels
pattern: wheels-*
path: wheelhouse
merge-multiple: true
- uses: actions/setup-python@v5
with:
cache: pip
Expand Down

0 comments on commit a5f1f9a

Please sign in to comment.