Results 8 comments of Sajith Sasidharan

I too came across a similar thing. I have this in my Dockerfile: ```Dockerfile RUN --mount=source=.git,target=.git,type=bind \ pip install --no-cache-dir . ``` The lines above result in: ```console $ hadolint...

@meejah I have configured another unrelated project with a "trusted publisher" workflow. As for advantages, PyPI docs claims what you stated, and the usability gain from not having to manage...

I'm not familiar with the process, but I don't think there's a CI workflow to publish foolscap packages on PyPI, unless it is well-hidden. :-) I guess (not 100% sure)...

Thanks for the report, Jeff! And apologies about being such a laggard. I am not really the upstream maintainer of this code, but I suppose I could at least keep...

I'm sorry, I'm afraid that I do not understand that reasoning. :-) By python pep, you mean https://peps.python.org/pep-0440/? That PEP only seem to _document_ certain usage patterns of `.devN` tags,...

Wouldn't git commit hash be enough to create pseudo unique versions? The previous behavior was creating packages with names like `--`, regardless of tag name, and it worked just fine...

I suppose I could have a look, but I have no idea what this is about. 🤔

I'm sorry, I'm not the person to whom you meant to assign this.