Skip to content
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

Open
krishnamohanelluru opened this issue Aug 31, 2023 · 4 comments

Comments

@krishnamohanelluru
Copy link

(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

@schollii
Copy link
Collaborator

schollii commented Apr 25, 2024

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

@nicoddemus
Copy link
Member

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)

@schollii
Copy link
Collaborator

schollii commented Apr 25, 2024

@nicoddemus thanks, looked at that doc, seems like all the steps were done except new tag. I checked the deploy action and it seems that I can just create a tag even without a PR, it will publish to pypi. I will tag 1.0.9 too, based on the github release.

@nicoddemus
Copy link
Member

Yes, the workflow triggers when a tag is pushed:

on:
push:
tags:
- "v*"

(note the tag should be named v1.10.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants