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
PyPi has the concept of pre-release and development versions, which could be installed with:
pip install --pre django-nose
Published pre-release versions could include PRs that "work for me", and get wider testing, such as optional builds in continuous integration environments and manual installs in personal projects. This could help move several PRs that are stuck because they do not have integration tests that demonstrate the issue or that the change fixes them.
It is possible that setuptools_scm has features that would make pre-release versions easy for maintainers.
The text was updated successfully, but these errors were encountered:
PyPi has the concept of pre-release and development versions, which could be installed with:
Published pre-release versions could include PRs that "work for me", and get wider testing, such as optional builds in continuous integration environments and manual installs in personal projects. This could help move several PRs that are stuck because they do not have integration tests that demonstrate the issue or that the change fixes them.
It is possible that setuptools_scm has features that would make pre-release versions easy for maintainers.
The text was updated successfully, but these errors were encountered: