GilbertLabUCSF / ScreenPro2

[This is an archived repository, see the current version in Arc Institute GitHub]
https://github.com/ArcInstitute/ScreenPro2
MIT License
1 stars 1 forks source link

`pip` and `conda` installation #10

Closed abearab closed 9 months ago

abearab commented 1 year ago
abearab commented 1 year ago

Update release in PyPI using twine:

python setup.py bdist_wheel --universal
twine upload dist/*

You will be requested to give your username and password for your testpypi account.


OR https://github.com/pypa/build

abearab commented 10 months ago
abearab commented 9 months ago

I provably need to find an alternative for python setup.py bdist_wheel --universal

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
abearab commented 9 months ago

I'm closing this for now, PyPI should be enough at this stage.