Skip to content

Commit 16f3903

Browse files
author
Steven Silvester
committed
cleanup
1 parent e3368a3 commit 16f3903

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`pip install -e .`
66

7-
## Add release dependencies
7+
## Install release dependencies
88

99
```bash
1010
conda install -c conda-forge nodejs babel twine
@@ -28,7 +28,8 @@ python setup.py bdist_wheel
2828
```
2929

3030
## Upload the artifacts
31-
twine check dist/* && twine upload dist/*
31+
32+
`twine check dist/* && twine upload dist/*`
3233

3334
## Change back to dev version
3435

0 commit comments

Comments
 (0)