InvokeAI/.github
psychedelicious 5bf61382a4 feat: add python dist as release artifact, as input to enable publish to pypi
- The release workflow never runs automatically. It must be manually kicked off.
- The release workflow has an input. When running it from the GH actions UI, you will see a "Publish build on PyPi" prompt. If this value is "true", the workflow will upload the build to PyPi, releasing it. If this is anything else (e.g. "false", the default), the workflow will build but not upload to PyPi.
- The `dist/` folder (where the python package is built) is uploaded as a workflow artifact as a zip file. This can be downloaded and inspected. This allows "dry" runs of the workflow.
- The workflow job and some steps have been renamed to clarify what they do
2023-12-16 20:02:09 +11:00
..
ISSUE_TEMPLATE Update FEATURE_REQUEST.yml 2023-09-14 22:19:03 -04:00
workflows feat: add python dist as release artifact, as input to enable publish to pypi 2023-12-16 20:02:09 +11:00
CODEOWNERS Update CODEOWNERS 2023-09-04 23:19:24 -04:00
pull_request_template.md add merge plan to PR template 2023-12-13 16:59:31 -05:00
stale.yaml chore: configure stale bot 2023-04-07 20:45:08 +10:00