Skip to content

Commit

Permalink
Fix InvalidDistribution error while uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Feb 1, 2025
1 parent 06a040f commit 1776d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
ref: ${{ needs.check.outputs.version }}
- run: |
pip install build twine
pip install --upgrade build packaging twine
python -m build
twine upload dist/*
env:
Expand Down

0 comments on commit 1776d90

Please sign in to comment.