Files
librespot-python/dev/publish.sh
kokarare1212 7a340b1b20 Release 0.0.1
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/*