Skip to content

Commit e42277f

Browse files
committed
chore: troubleshoot twine changes
1 parent 6817f66 commit e42277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: Checks that the description will render correctly on PyPI.
101101
command: |
102102
pip install --upgrade pip
103-
pip install twine --user
103+
pip install 'twine>=5.1,<6.1' --user
104104
python setup.py sdist bdist_wheel
105105
twine check dist/*
106106
check-docstyle:

0 commit comments

Comments
 (0)