-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automate pypi releases #106
Comments
Is the idea that anyone with write access can than publish by tagging a version? I wouldn't mind, if someone sets this up. Though I've also not seen much interest from other people to do maintenance work on pytest-timeout so not sure how necessary it is. Is there more precedent in the pytest (plugin) ecosystem for this? |
I'm still open to this if someone sets it up. It might speed up making releases as now every time I need to do a release I end up having to fight my own computer for a bit. |
@flub I'll open a PR for this soon. |
These days around oidc can be used instead of tokens, but that needs the pypi admin to configure the repo and permitted workflow |
i can do so if someone gives me instructions |
@flub see https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers, specially the "Using trusted publishing with GitHub Actions" (I cannot link directly to that section unfortunately). |
thanks for the links! |
Using https://github.com/pypa/gh-action-pypi-publish or similar.
Will need @flub to add a pypi key to github secrets
The text was updated successfully, but these errors were encountered: