-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nose2pytest 1.10.0 version not updated in pypi. only 1.0.8 is available #27
Comments
Indeed https://pypi.org/project/nose2pytest/ shows 1.0.8. @nicoddemus any idea why this could be, I'm not sufficiently familiar with the pytest plugins release process |
Has anyone done a release? It is very simple but not automatic, the instructions are listed here: https://github.com/pytest-dev/nose2pytest/blob/master/RELEASING.rst (small correction, this is not a pytest plugin, but a command-line tool related to pytest) |
@nicoddemus thanks, looked at that doc, seems like all the steps were done except new tag. I checked the |
Yes, the workflow triggers when a tag is pushed: nose2pytest/.github/workflows/deploy.yml Lines 3 to 6 in 2d560b6
(note the tag should be named |
(ENV_PY3) test@machine:repo$ pip install nose2pytest==1.10.0
ERROR: Could not find a version that satisfies the requirement nose2pytest==1.10.0 (from versions: 1.0.0, 1.0.1, 1.0.5, 1.0.8)
ERROR: No matching distribution found for nose2pytest==1.10.0
The text was updated successfully, but these errors were encountered: