Results 671 comments of Steven Silvester
trafficstars

You'd have to publish the packages to the local pypi server before calling check-python, and then make sure you are running the local pypi server during check-python, or skip check-python.

Right now we are releasing the files in alphabetical order. We could inspect the dist files' dependencies and release them in dependent order.

Right, for the commit that updates the versions. I don't see a way around that unless you make a local file that has the next version mapping and the have...

Interesting idea, a release manifest file.

Oooh, I like the idea of using that for the order. I'd suggest upgrading to pyproject.toml and adding a general capability to update versions using a manifest file. You can...

If you want to stick with setuptools, you can use https://github.com/abravalheri/ini2toml

The "generate changelog" workflow is a bit outdated; it doesn't have the "since last stable release" option. Under the hood it is using https://github.com/executablebooks/github-activity to generate the changelog, which you...

Hmm, I see `RH_VERSION_SPEC` is set to `0.0.40` but in `bump-version` it is choosing `0.0.39`