pypi.sh 268 Bytes
Newer Older
Sugon_ldc's avatar
Sugon_ldc committed
1
2
3
4
5
6
7
8
9
10
rm dist/*
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/  dist/* --verbose
# https://upload.pypi.org/legacy/

conda create -n test python=3.9
conda activate test
pip install --upgrade eiseg
pip install paddlepaddle
eiseg