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

4 lines
99 B
Bash

#!/bin/bash
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*