Skip to content

Commit 2884dd3

Browse files
committed
Update deploy dependencies
1 parent acc430a commit 2884dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
5050
os.system("python -m pip install --upgrade 'build>=0.7.0'")
5151
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
52-
os.system("python -m pip install --upgrade 'twine>=4.0.0'")
52+
os.system("python -m pip install --upgrade 'twine>=4.0.1'")
5353
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
5454
os.system("python -m pip install --upgrade 'tqdm>=4.64.0'")
5555
print("\n*** Rebuilding distribution packages: ***\n")

0 commit comments

Comments
 (0)