mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
5 lines
89 B
Batchfile
5 lines
89 B
Batchfile
@echo off
|
|
python ./setup.py sdist
|
|
python ./setup.py bdist_wheel
|
|
twine upload dist/*
|
|
PAUSE |