Skip to content

Commit

Permalink
MNT: Avoid broken twine version
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jun 25, 2024
1 parent bb58515 commit 2ef9386
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 2ef9386

Please sign in to comment.