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 e32f8cb commit 7fc1dd9Copy full SHA for 7fc1dd9
setup.py
@@ -47,7 +47,7 @@
47
os.system("rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl")
48
os.system("rm -rf build/bdist.*; rm -rf build/lib")
49
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
50
- os.system("python -m pip install --upgrade 'build>=0.8.0'")
+ 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'")
53
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
0 commit comments