You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be an idea to publish druid to pypi? That way it would just be a pip install away instead of needing more complex steps to install it.
If we do, we should make sure this happens automatically for every release we make.
This would mean the following things need to happen:
We'd be the owner of the package on pypi so we can publish whenever we want :)
We could even mark/version it as pre release if we so desire (meaning install would need to be done using pip install --pre or using the correct full pre-release version identifier).
Would it be an idea to publish druid to pypi? That way it would just be a
pip install
away instead of needing more complex steps to install it.If we do, we should make sure this happens automatically for every release we make.
This would mean the following things need to happen:
For those who have never done this, some usable info can be found here https://realpython.com/pypi-publish-python-package/
The text was updated successfully, but these errors were encountered: