Skip to content

Commit

Permalink
Fix pypi upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 11, 2024
1 parent 91d8b80 commit 3d612d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: distribution
path: dist
name: wheel-sdist
- uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit 3d612d1

Please sign in to comment.