Tom Schraitle

Results 182 comments of Tom Schraitle
trafficstars

@scls19fr Ok, you are now added. :wink:

> Ok API token named `semver_upload` for project `semver` on TestPyPi created. Thanks! As you know, I'm a big friend of consistency. :wink: As we will need other tokens (for...

Thank you very much Sébastien! :+1: @ppkt Karol, do you want to be also on the TestPyPI party? :smile: :tada: If yes, just let us know.

You can find the token `TESTPYPI_SEMVER_UPLOAD_TOKEN` also in the [GitHub Secrets tab](https://github.com/python-semver/python-semver/settings/secrets).

On example can be found at https://github.com/escaped/cookiecutter-pypackage/blob/master/.github/workflows/release.yml or https://github.com/escaped/cookiecutter-pypackage/blob/master/%7B%7B%20cookiecutter.project_slug%20%7D%7D/.github/workflows/release.yml

@gsakkis > I kinda like the general idea and had also thought of something similar. Haha, cool! :sunglasses: :+1: > Two comments for the specific API: > > * `steps`...

I like this idea. Same here. As in the light of #229, I would suggest to move the `iter_versions` functions into the `VersionInfo` class once issue #222 is merged: ```python...

Hmn, I'm wondering about the `parts` argument. Shouldn't it be `*parts`?

@gsakkis If you don't mind, I would suggest to add this to the semver3 release (as this is something new and I would like to get rid of semver2 as...

Hi @MaciejPatro, thanks for the heads up about this. That's a really interesting problem. I don't know of any method to rename a module later. In theory, you could patch...