Skip to content

Commit

Permalink
wheels: properly migrate to artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Oct 7, 2024
1 parent 43128f6 commit d7cf023
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
CIBW_TEST_COMMAND: python3 -c "from pyosys import libyosys as ys;d=ys.Design();ys.run_pass('help', d)"
- uses: actions/upload-artifact@v4
with:
name: python-wheels
name: python-wheels-${{ matrix.os.runner }}
path: ./wheelhouse/*.whl
upload_wheels:
name: Upload Wheels
Expand All @@ -122,8 +122,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: python-wheels
path: "."
pattern: python-wheels-*
merge-multiple: true
- run: |
ls
mkdir -p ./dist
Expand Down

0 comments on commit d7cf023

Please sign in to comment.