We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc430a commit 2884dd3Copy full SHA for 2884dd3
setup.py
@@ -49,7 +49,7 @@
49
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
50
os.system("python -m pip install --upgrade 'build>=0.7.0'")
51
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
52
- os.system("python -m pip install --upgrade 'twine>=4.0.0'")
+ os.system("python -m pip install --upgrade 'twine>=4.0.1'")
53
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
54
os.system("python -m pip install --upgrade 'tqdm>=4.64.0'")
55
print("\n*** Rebuilding distribution packages: ***\n")
0 commit comments