Skip to content

Commit d9077f5

Browse files
committed
add build/deploy info
1 parent 9d8531c commit d9077f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@ the dashboard:
5353
python -m ipykernel install --user --name=checkit --display-name "CheckIt Platform"
5454
```
5555

56+
### Build & deploy package
57+
58+
Make sure versions are set as intended! Then...
59+
60+
```
61+
cd dashboard
62+
python update_viewer.py
63+
rm -rf dist/*
64+
python -m build
65+
python -m twine upload dist/*
66+
```
67+
68+
5669
## Demo Bank
5770

5871
To be able to use the dashboard in the demo bank without affecting the Git repo,

0 commit comments

Comments
 (0)