-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add action for publish/upload on PyPI #88
Comments
Example: https://github.com/theislab/ehrapy/blob/development/.github/workflows/publish_package.yml Need to replace the poetry build with the general build command and we're good to go. Need to add docs for the PyPI token |
I would vote for showing how to do one over including the action. Any idea how publishing via CI interacts with 2FA? pypa has been pushing for 2FA on uploads recently, and it will be required for anndata in the future. |
interesting, but isn't 2FA only for critical projects (likely not newly generated projects with this template)?
agree it's also a great pedagogical example |
... or at least show in the docs how to set one up.
(initially suggested in #27, but that issue was about something else)
The text was updated successfully, but these errors were encountered: