astrogilda / tsbootstrap

tsbootstrap: generate bootstrapped time series samples in Python
https://tsbootstrap.readthedocs.io/en/latest/
MIT License
62 stars 5 forks source link

Do we need the `bumpversion` workflow? #42

Open fkiraly opened 5 months ago

fkiraly commented 5 months ago

The bumpversion workflow runs poetry bumpversion upon mege to main.

That seems too often, usually on bumps once per release only, and there are typically more locations to update (docs, readme) than just the package version attribute.

Not sure what the intended workflow is here, I have not seen this before - explanations would be appreciated, @astrogilda.

fkiraly commented 5 months ago

... and it keeps failing:

image

fkiraly commented 5 months ago

I've temporarily removed the trigger, due to the CI element always failing.

We can re-enable it, of course it needs to run for that.