Skip to content

Commit

Permalink
chore(ci): bump twine version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Jul 4, 2024
1 parent 839912e commit 4cd4204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ jobs:
pip install -U -r tools/towncrier-requirements.txt
- name: Install local dependencies for packaging
run: |
pip install -U 'twine~=4.0' 'packaging>=21.3'
pip install -U 'twine~=5.0' 'packaging>=21.3'
- name: Extract the release changelog
run: |
python ./scripts/extract-release-changelog.py
Expand Down

0 comments on commit 4cd4204

Please sign in to comment.