librespot-python/dev/publish.sh

4 lines
99 B
Bash
Raw Normal View History

2022-02-09 12:55:27 +01:00
#!/bin/bash
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*