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 e35110b commit f327778Copy full SHA for f327778
setup.py
@@ -48,7 +48,9 @@
48
os.system("rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl")
49
os.system("rm -rf build/bdist.*; rm -rf build/lib")
50
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
51
- os.system("python -m pip install --upgrade 'build>=0.9.0'")
+ os.system("python -m pip install --upgrade 'build>=0.10.0'")
52
+ print("\n*** Installing pkginfo: *** (Required for PyPI uploads)\n")
53
+ os.system("python -m pip install --upgrade 'pkginfo>=1.9.6'")
54
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
55
os.system("python -m pip install --upgrade 'twine>=4.0.2'")
56
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
0 commit comments