mirror of
https://github.com/apachecn/epub-crawler.git
synced 2025-06-02 07:13:21 +00:00
3 lines
135 B
Bash
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) |