Replies: 1 comment 8 replies
-
I've seen this done occasionally by owners. You can set up two steps, one that runs a test PyPI upload and the other that does the real upload, using |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often submit wheels builders to projects I do not own, and the code that uploads wheels is never tested, because it is going to fail as I don't have upload access. And even if I could, the repo to upload should be https://test.pypi.org/ with an ability to purge package and upload again, to avoid unnecessary bumping package versions.
Before inventing my own set of hacks & patches (tm) I want to ask if there is perhaps a best practices guide that covers this.g
Beta Was this translation helpful? Give feedback.
All reactions