Skip to content

Commit d95c63e

Browse files
committed
Downgrade twine to version <6.
There is a bug in the jazzband website which does not support newer metadata versions.
1 parent 4977c7d commit d95c63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install -U pip
26-
python -m pip install -U setuptools wheel twine
26+
python -m pip install -U setuptools wheel "twine<6"
2727
2828
- name: Build package
2929
run: |

0 commit comments

Comments
 (0)