librespot-python/dev/publish.cmd

4 lines
97 B
Batchfile
Raw Normal View History

2022-02-09 12:55:27 +01:00
@echo off
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*