chore: PyPi to PyPI
This commit is contained in:
parent
71dc482c94
commit
ef4b9bc18f
2
setup.py
2
setup.py
@ -73,7 +73,7 @@ class UploadCommand(Command):
|
|||||||
self.status('Building Source and Wheel (universal) distribution…')
|
self.status('Building Source and Wheel (universal) distribution…')
|
||||||
os.system('{0} setup.py sdist bdist_wheel --universal'.format(sys.executable))
|
os.system('{0} setup.py sdist bdist_wheel --universal'.format(sys.executable))
|
||||||
|
|
||||||
self.status('Uploading the package to PyPi via Twine…')
|
self.status('Uploading the package to PyPI via Twine…')
|
||||||
os.system('twine upload dist/*')
|
os.system('twine upload dist/*')
|
||||||
|
|
||||||
self.status('Pushing git tags…')
|
self.status('Pushing git tags…')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user