Skip to content

Commit

Permalink
MNT: Avoid broken twine version (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Jun 25, 2024
1 parent 34752fb commit a82bdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build twine
python -m pip install build twine!=5.1.0
- name: Build package
shell: bash
Expand Down

0 comments on commit a82bdaa

Please sign in to comment.