mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
5bf61382a4
- 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 |
||
---|---|---|
.. | ||
build-container.yml | ||
clean-caches.yml | ||
close-inactive-issues.yml | ||
lint-frontend.yml | ||
mkdocs-material.yml | ||
pypi-release.yml | ||
style-checks.yml | ||
test-invoke-pip.yml |