fleetingbytes
fleetingbytes
Thanks, I'll check it out in the course of the next week.
Yes, my company's configuration needs the ca-cert for both upload.pypi and test.pypi. I will try to enrich the hatch source by some logging configuration and log events, in the hope...
Sorry for the long delay, but I did not have time to debug this, until today. I've solved it now (after so many hours 😠!). My issue was not...
While I might have solved the problem, I don't understand the solution. When I publish the build with `twine`, twine is completely happy communicating with `test.pypi.org` using my usual ca-cert...
I thought this is a nice feature, it gives you one right answer for free. It made me lookup the `into` trait in std library.
I am getting exact the same error. With the environment variable `COMSPEC` set to `C:\Windows\System32\cmd.exe` I can install Plugins just fine, but when I set it to `C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe` I get...
Hello Tom, thanks for the comparison with npm semver. I wasn't aware of their strategy. My reason for picking the `2` was partly intuition, and partly unfamiliarity with [item 11,...
As for using VersionInfo instead of Version: the 3.0.0-dev.3 is a pre-release and as such not fit for use in production yet. What you get when you `pip install python-semver`...
I think in these cases we could take advantage of Python's `None` not being the same as `""`. If we start counting the prereleases at 0, this is what we...
method name `bump_prerelease` is increasingly becoming a misnomer. It's more a `change_prerelease` method than a bump. For real bumping we have `next_version` | Old version | API call | New...