Skip to content

Commit

Permalink
Fix wheelhouse path
Browse files Browse the repository at this point in the history
  • Loading branch information
kne committed Nov 28, 2024
1 parent 7050801 commit 3dcc6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
path: ./pybox2d/wheelhouse/*.whl

0 comments on commit 3dcc6b6

Please sign in to comment.