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 e2b0224 commit fdcaeceCopy full SHA for fdcaece
setup.py
@@ -46,6 +46,7 @@
46
print("*** No flake8 issues detected. Continuing...")
47
print("\n*** Rebuilding distribution packages: ***\n")
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
os.system('python setup.py sdist bdist_wheel') # Create new tar/wheel
51
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
52
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
0 commit comments