Skip to content
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 Python package build and publishing process #52

Open
4 tasks
d33bs opened this issue Sep 16, 2024 · 0 comments
Open
4 tasks

Automate Python package build and publishing process #52

d33bs opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@d33bs
Copy link
Collaborator

d33bs commented Sep 16, 2024

This issue describes a multipart effort to automate manubot-ai-editor's Python package build and deployment process. The goal is to integrate this process automatically (where possible) alongside other development tasks which take place. Generally, this workflow could look like:

flowchart LR

pull-request --> |inferred <br> semver for| draft-release
draft-release --> |maintainer <br> decides to| publish-release["publish-release (GH)"]
publish-release --> |references same <br> release for| publish-pypi["publish-release (PyPI)"]
Loading

The following are steps we could take to address this process:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant