Skip to content

Commit 8cec623

Browse files
author
Dou Du
committed
fix the pypi publish bug
1 parent c683976 commit 8cec623

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish-on-pypi.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
uses: actions/setup-node@v2
3232
with:
3333
node-version: '17'
34-
- run: npm install
34+
- run: |
35+
npm install
36+
npm run build
3537
3638
- name: Update version
3739
run: invoke update-version --version="${GITHUB_REF#refs/tags/}"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-hide-code",
3-
"version": "3.4.8",
3+
"version": "3.4.5",
44
"description": "A JupyterLab extension to run and hide source code.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)