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

Fix Github "released version" mismatch with actual release version #2495

Open
bunny-therapist opened this issue Jan 17, 2025 · 2 comments
Open

Comments

@bunny-therapist
Copy link

Every time there is a new release of arcade, I see something like this:

Image

and then I go to install that new version of arcade, and it does not work. Then I remember that I always have to subtract one from the version. If it says that 3.0.0.dev42 is released, it means that 3.0.0.dev41 is released.

The same mismatch is also visible on the main repo page (bottom right):

Image

This ticket is a request to make it so that the version that is announced and listed on Github matches the version that is actually available on PyPI.

Other python projects do not have this problem. For example, see

@bunny-therapist
Copy link
Author

bunny-therapist commented Jan 17, 2025

I included the examples because I have raised this issue before on discord but I got the impression that this mismatch was seen as something normal and then it was never addressed. They may also give some inspiration for how to solve it.

@einarf
Copy link
Member

einarf commented Jan 17, 2025

We should fix this. It's confusing. It's ok to bump version in the toml but a tag should not be created until the that version is released because the tag is something you should be able to check out to obtain that version.

It's an automation bug. Scripts needs tweaking.

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

2 participants