fishyboteso/build.bat
DESKTOP-JVKHS7I\Adam 066c25f08a 0.3.0 final
- build now deletes old version before building the new one
- prints lauching before initializing
- removed multithreading from config saving
- better logic for fising interupted
- fix terms link bug
- now prints exception during web calls
- removes the uid if not found during get_session
2020-05-07 11:33:30 +05:30

8 lines
136 B
Batchfile

@echo off
rd build dist /s /q
call activate ./venv
python ./setup.py sdist
python ./setup.py bdist_wheel
PAUSE
twine upload dist/*
PAUSE