Skip to content

Commit

Permalink
Fix artifact path to wheelhouse
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Oct 2, 2024
1 parent b14eeea commit ad8ac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact-wheel-${{ matrix.os }}
path: ./dist/*.whl
path: ./wheelhouse/*.whl


build_sdist:
Expand Down

0 comments on commit ad8ac19

Please sign in to comment.