We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c683976 commit 8cec623Copy full SHA for 8cec623
.github/workflows/publish-on-pypi.yml
@@ -31,7 +31,9 @@ jobs:
31
uses: actions/setup-node@v2
32
with:
33
node-version: '17'
34
- - run: npm install
+ - run: |
35
+ npm install
36
+ npm run build
37
38
- name: Update version
39
run: invoke update-version --version="${GITHUB_REF#refs/tags/}"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-hide-code",
3
- "version": "3.4.8",
+ "version": "3.4.5",
4
"description": "A JupyterLab extension to run and hide source code.",
5
"keywords": [
6
"jupyter",
0 commit comments