You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -60,16 +60,11 @@ Next, these jobs run and must pass. They are the same jobs that are run for ever
60
60
-**`frontend-checks`**: runs `prettier` (format), `eslint` (lint), `dpdm` (circular refs), `tsc` (static type check) and `knip` (unused imports)
61
61
-**`typegen-checks`**: ensures the frontend and backend types are synced
62
62
63
-
#### `build-installer` Job
63
+
#### `build-wheel` Job
64
64
65
-
This sets up both python and frontend dependencies and builds the python package. Internally, this runs `installer/create_installer.sh` and uploads two artifacts:
65
+
This sets up both python and frontend dependencies and builds the python package. Internally, this runs `./scripts/build_wheel.sh` and uploads `dist.zip`, which contains the wheel and unarchived build.
66
66
67
-
-**`dist`**: the python distribution, to be published on PyPI
68
-
-**`InvokeAI-installer-${VERSION}.zip`**: the legacy install scripts
69
-
70
-
You don't need to download either of these files.
71
-
72
-
> The legacy install scripts are no longer used, but we haven't updated the workflow to skip building them.
67
+
You don't need to download or test these artifacts.
73
68
74
69
#### Sanity Check & Smoke Test
75
70
@@ -79,7 +74,7 @@ It's possible to test the python package before it gets published to PyPI. We've
79
74
80
75
But, if you want to be extra-super careful, here's how to test it:
81
76
82
-
- Download the `dist.zip` build artifact from the `build-installer` job
77
+
- Download the `dist.zip` build artifact from the `build-wheel` job
83
78
- Unzip it and find the wheel file
84
79
- Create a fresh Invoke install by following the [manual install guide](https://invoke-ai.github.io/InvokeAI/installation/manual/) - but instead of installing from PyPI, install from the wheel
0 commit comments