librespot-python/dev/publish.cmd
2022-02-09 20:55:27 +09:00

4 lines
97 B
Batchfile

@echo off
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*