1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
royalnet/to_pypi.bat

4 lines
76 B
Batchfile
Raw Normal View History

2019-10-24 13:00:30 +00:00
del /f /q /s dist\*.*
python setup.py sdist bdist_wheel
twine upload dist/*