2020-04-15 11:27:26 +00:00
|
|
|
@echo off
|
2020-04-19 11:52:42 +00:00
|
|
|
call activate ./venv
|
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
|