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 ec15251 commit ff0c5d8Copy full SHA for ff0c5d8
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.9.0'")
51
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
52
- os.system("python -m pip install --upgrade 'twine>=4.0.1'")
+ os.system("python -m pip install --upgrade 'twine>=4.0.2'")
53
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
54
os.system("python -m pip install --upgrade tqdm")
55
print("\n*** Rebuilding distribution packages: ***\n")
0 commit comments