fishyboteso/build.bat

5 lines
89 B
Batchfile

@echo off
python ./setup.py sdist
python ./setup.py bdist_wheel
twine upload dist/*
PAUSE