Skip to content

Commit

Permalink
fix: install packaging>=24.2 with twine (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn authored Jan 24, 2025
1 parent 2761646 commit caaf9e3
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 caaf9e3

Please sign in to comment.