You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2015 did work, but it partly breaks the history of versions and it would be suboptimal for a more complex bugfix.
Let's check whether the GHA that publishes to PyPI can be modified so that it can run on-demand on any given branch. If so, we'd have a way to avoid installing from GitHub.
The text was updated successfully, but these errors were encountered:
We could not do this with the original bumpver version (2022.x), but recent versions support the --ignore-vcs-tag flag.
With this flag on, we can do something like
From main: bumpver update --set-version 4.0.0 --tag-commit --commit
From dev: bumpver update --set-version 4.1.a0 --tag-commit --commit
From main: bumpver update --set-version 4.0.2 --tag-commit --commit --ignore-vcs-tag
#2015 did work, but it partly breaks the history of versions and it would be suboptimal for a more complex bugfix.
Let's check whether the GHA that publishes to PyPI can be modified so that it can run on-demand on any given branch. If so, we'd have a way to avoid installing from GitHub.
The text was updated successfully, but these errors were encountered: