Skip to content

Commit 3127959

Browse files
docs: update README.md
1 parent 8a0ae8c commit 3127959

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/RELEASE.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,11 @@ Next, these jobs run and must pass. They are the same jobs that are run for ever
6060
- **`frontend-checks`**: runs `prettier` (format), `eslint` (lint), `dpdm` (circular refs), `tsc` (static type check) and `knip` (unused imports)
6161
- **`typegen-checks`**: ensures the frontend and backend types are synced
6262

63-
#### `build-installer` Job
63+
#### `build-wheel` Job
6464

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.
6666

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.
7368

7469
#### Sanity Check & Smoke Test
7570

@@ -79,7 +74,7 @@ It's possible to test the python package before it gets published to PyPI. We've
7974

8075
But, if you want to be extra-super careful, here's how to test it:
8176

82-
- Download the `dist.zip` build artifact from the `build-installer` job
77+
- Download the `dist.zip` build artifact from the `build-wheel` job
8378
- Unzip it and find the wheel file
8479
- 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
8580
- Test the app

0 commit comments

Comments
 (0)