Skip to content

Commit c8f023a

Browse files
authored
Pin twine back to 5.0.0 to avoid yanked version (#23)
Twine 5.1.0 is broken. cf. https://pypi.org/project/twine/#history and pypa/twine#1127
1 parent 9e1fc64 commit c8f023a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"dtaidistance",
4848
"gdown",
4949
"pandas",
50+
"twine==5.0.0"
5051
],
5152
extras_require={"dev": ["build", "mypy", "pre-commit", "pytest"]},
5253
)

0 commit comments

Comments
 (0)