We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db61c4 commit a50d35bCopy full SHA for a50d35b
RELEASE.md
@@ -25,6 +25,8 @@ conda activate jupyter-renderers-release
25
To publish all of the extensions on PyPI, run the following command:
26
27
```
28
+git clean -dfx
29
+yarn
30
yarn run build-py
31
twine upload dist/*
32
0 commit comments