1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-02 07:13:21 +00:00
epub-crawler/publish.sh
2022-11-29 16:28:48 +08:00

3 lines
135 B
Bash

rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/* -u $(pip config get pypi.username) -p $(pip config get pypi.password)