mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
3e96fbed2c
- fixed ui scaling issues - now uses callables for thread comunication instead of enums (removed comms.py altogether) - added options to run using test server
7 lines
115 B
Batchfile
7 lines
115 B
Batchfile
@echo off
|
|
rd build dist /s /q
|
|
python ./setup.py sdist
|
|
python ./setup.py bdist_wheel
|
|
PAUSE
|
|
twine upload dist/*
|
|
PAUSE |