HumanBrainProject / neuroglancer-scripts

Conversion of neuroimaging data for display in Neuroglancer
MIT License
27 stars 18 forks source link

feat: push releases to pypi #17

Closed xgui3783 closed 2 years ago

xgui3783 commented 3 years ago

This PR:

Before this PR should be merged...

please:

python -m pip install -U pip
python -m pip install --user --upgrade twine setuptools wheel
python setup.py sdist bdist_wheel

and upload step:

python -m twine upload dist/*

are correct.

(It should be noted that the token, once generated, and saved, cannot be viewed in plain text by any one. Should a token be lost, it can always be revoked at pypi and a new one generated.)

ylep commented 3 years ago

Thanks a lot @xgui3783 for this promising PR, I will give it a look after I return from vacation on 2nd November!