Serene

Results 168 comments of Serene

I think the best option would be to strip the release script we currently have down to just changing the version numbers, then use that in an action that also...

I've changed the workflow and the script so that, hopefully, it changes the version numbers, commits it, and then uses the output to use the changelog in the release. I'm...

Right, well I just spent the last few hours testing this action and it works, but there is one issue with the changelog @sampsyo @JOJ0 . I tried dynamically including...

@JOJ0 I have completely tested everything, and it all works, bar the Pypi one, which is copied line for line from their docs, so I don't doubt that it's fine....

I've done that, the releases are fine. I mean changes to the changelog file. What do we want to do for that? Are there changes that need to be made?...

We are definitely doing 1.7.0, the project uses semantic versioning and we're way past a patch. Providing the version number is the only input required for the workflow, so I...

It's all one thing, if we merge this then it will do the Pypi uploads as long as it's working. Right now it'll fail because the trusted publisher stuff isn't...

@sampsyo this is ready to merge! I highly recommend setting up the PyPi trusted publisher stuff as that is part of this PR and the workflows as submitted. Nothing can...

@JOJ0 I think we should wait until @sampsyo sets up the pypi trusted publishing. It won't work until that's done.

@vicholp Thanks but we're good. We're just waiting on @sampsyo to do the final step.