Skip to content

Commit fd2656d

Browse files
authored
Update publishing smoke testing instructions (#1245)
1 parent da1eaad commit fd2656d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/internal/publishing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ After you've submitted the PR which bumps the version and then [publish a GitHub
3737

3838
### Dev CLI
3939

40-
Run the following command but replace `0.1.0rc1` with the version that you just published:
40+
Run the following command but replace `1.0.0` with the version that you just published:
4141

4242
```sh
43-
uvx mesop==0.1.0rc1 scripts/smoketest_app/main.py
43+
cd scripts/smoketest_app/ && uvx mesop==1.0.0 main.py
4444
```
4545

4646
This will start the Mesop dev server and you can test that hot reload works. Double-check that the version shown is the version that you just released.
4747

4848
### Gunicorn integration
4949

50-
Run the following command but replace `0.1.0rc1` with the version that you just published:
50+
Run the following command but replace `1.0.0` with the version that you just published:
5151

5252
```sh
53-
cd scripts/smoketest_app/ && uvx --with mesop==0.1.0rc1 gunicorn@latest main:me
53+
cd scripts/smoketest_app/ && uvx --with mesop==1.0.0 gunicorn@latest main:me
5454
```
5555

5656
This will launch Mesop under the Gunicorn server so you can make sure it works as expected.

0 commit comments

Comments
 (0)