mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
066c25f08a
- 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
8 lines
136 B
Batchfile
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 |