mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-17 11:50:30 +08:00
16 lines
248 B
Plaintext
16 lines
248 B
Plaintext
(one-time:)
|
|
python setup.py register -r https://testpypi.python.org/pypi
|
|
|
|
rm -rf dist
|
|
|
|
python setup.py sdist
|
|
|
|
python setup.py bdist_wheel
|
|
|
|
twine upload dist/* -r pypitest
|
|
|
|
|
|
Install:
|
|
|
|
pip install --pre -i https://testpypi.python.org/pypi FanFicFare
|