fishyboteso/build.bat

5 lines
89 B
Batchfile
Raw Normal View History

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