You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculate the hashes of the uploaded files. You could use a small shell script, for example, like this on macOS:
105
+
Calculate the hashes of the uploaded files. You could use a small shell script, for example, like this on macOS (put in `scripts/hashes`):
106
106
107
107
```sh
108
108
#!/bin/sh
@@ -119,9 +119,9 @@ done
119
119
Using the above script, you can do:
120
120
121
121
```
122
-
hashes python/ipywidgets/dist/*
123
-
hashes python/widgetsnbextension/dist/*
124
-
hashes python/jupyterlab_widgets/dist/*
122
+
./scripts/hashes python/ipywidgets/dist/*
123
+
./scripts/hashes python/widgetsnbextension/dist/*
124
+
./scripts/hashes python/jupyterlab_widgets/dist/*
125
125
```
126
126
127
127
Commit the changes you've made above, and include the uploaded files hashes in the commit message. Tag the release if ipywidgets was released. Push to origin master (and include the tag in the push).
0 commit comments