https://github.com/jyhmiinlin/pynufft
Revision 505b5ef808e2d357b192a6ec1c4d5b4c45606cc9 authored by Jyh-Miin Lin on 14 February 2020, 19:27:23 UTC, committed by Jyh-Miin Lin on 14 February 2020, 19:27:23 UTC
0 parent
Raw File
Tip revision: 505b5ef808e2d357b192a6ec1c4d5b4c45606cc9 authored by Jyh-Miin Lin on 14 February 2020, 19:27:23 UTC
commit message
Tip revision: 505b5ef
uploadtest.sh
rm -r dist build pynufft.egg-info
python setup.py sdist bdist_wheel
#python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
#pip install --index-url https://test.pypi.org/simple/ --no-deps example-pkg-YOUR-USERNAME-HERE
back to top