Skip to content

Commit

Permalink
Fix wheel artifact upload for publish-package
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 23, 2024
1 parent fbbc757 commit 97790c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
path: ./dist/*.whl

publish:
name: Publish Python distribution to (Test)PyPI
Expand Down

0 comments on commit 97790c2

Please sign in to comment.