Skip to content

Commit a50d35b

Browse files
committed
Update release instructions to build python package in prod mode
1 parent 8db61c4 commit a50d35b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ conda activate jupyter-renderers-release
2525
To publish all of the extensions on PyPI, run the following command:
2626

2727
```
28+
git clean -dfx
29+
yarn
2830
yarn run build-py
2931
twine upload dist/*
3032
```

0 commit comments

Comments
 (0)