2020-04-15 11:27:26 +00:00
|
|
|
@echo off
|
2020-05-07 06:03:30 +00:00
|
|
|
rd build dist /s /q
|
2020-04-15 11:27:26 +00:00
|
|
|
python ./setup.py sdist
|
|
|
|
python ./setup.py bdist_wheel
|
2020-04-19 11:52:42 +00:00
|
|
|
PAUSE
|
2020-04-15 11:27:26 +00:00
|
|
|
twine upload dist/*
|
|
|
|
PAUSE
|