weekly build incorrect version number
See original GitHub issueDescribe the bug
the most recent release (17th Jan) version should be 0.5.dev2103
but it’s 0.5
https://pypi.org/project/monai-weekly/#history
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
What exactly is the build number in MAJOR.MINOR ...
What I think about Build Numbers is that whenever a new nightly build is created, a new BUILDNUMBER is generated and assigned to...
Read more >Build Number Precedence is Backwards · Issue #51 - GitHub
Once a version is released, it's done; new builds should be a new version. If there was something wrong with the version that...
Read more >How to avoid keeping version number in source code?
It is a common practice to keep a version number in the source code, there is nothing wrong in that. You need to...
Read more >[solved - with comment] Weekly-build version regression
Hi, it appears that the FC weekly build version has regressed from 26238 to 14555. Just tried to routinely update from last weeks...
Read more >bumpver - PyPI
Here we see the week number changed from 37 to 41. The test command also shows the normalized version pattern according to PEP440....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@wyli , thanks for the log. I couldn’t find out why the tag information was wrong. I tried the updated yaml file which displayed more details in my repo (https://github.com/IsaacYangSLA/MONAI/actions/runs/504928407 and https://github.com/IsaacYangSLA/MONAI/actions/runs/504947813) and it seemed at least we should be able to get some debug log in case things go wrong. I also mocked the YEAR_WEEK var to an empty string so the pipeline stopped (https://github.com/IsaacYangSLA/MONAI/actions/runs/504950783). I think this would at least prevent publishing wrong version to PyPI.
thanks @IsaacYangSLA , incidentally I see the same versioning error from your branch https://github.com/IsaacYangSLA/MONAI/runs/1715608291?check_suite_focus=true#step:6:53