Skip to content

Commit

Permalink
fix: install packaging>=24.2 with twine
Browse files Browse the repository at this point in the history
see pypa/twine#1216 for details
  • Loading branch information
hrodmn committed Jan 24, 2025
1 parent 2761646 commit 4ed9a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: python
path: dist

- run: pip install twine
- run: pip install "twine>=6.1.0" "packaging>=24.2"

- run: twine upload dist/*
env:
Expand Down

0 comments on commit 4ed9a3e

Please sign in to comment.