-
Notifications
You must be signed in to change notification settings - Fork 743
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
Version in pyproject.toml is still 6.0.0 #1969
Comments
True enough. Line 3 in 784e3fa
I have some thoughts on how a check for the version could be added to the GitHub Actions CI/CD process. I'm a volunteer, so if the maintainers have further feedback/thoughts I'm game for a discussion. 😀 |
We probably don't need to -- there are plugins for poetry that will take the version number from a file or something like that instead of hardcoding it and having to edit it. |
Releases are created in GitHub so using that workflow to update the pyproject.toml file could be ideal. I'll continue to look into this as I have time. Thank you! |
I have a possible solution for this that I need to run by the ntc-templates maintainers. ✨ 🪄 Update: What I've found thus far is that it seems once the release event is triggered as created we likely can't interject changes to the content.
|
Update: Maybe this is something that just needs handled as manual release steps. Thoughts? |
The
version
field inpyproject.toml
is still set to 6.0.0, which doesn't match the version number either in the GitHub release or on PyPi.The text was updated successfully, but these errors were encountered: