Skip to content

Commit 63a442d

Browse files
committed
Build demo before notebook
1 parent b841ef6 commit 63a442d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ jobs:
109109
- uses: actions/setup-node@v4
110110
- uses: mwilliamson/setup-wabt-action@v3
111111
with: { wabt-version: "1.0.30" }
112+
- name: build demo
113+
run: |
114+
npm install
115+
npm run dist
116+
env:
117+
NODE_OPTIONS: "--openssl-legacy-provider"
118+
working-directory: ./wasm/demo
112119
- name: build notebook demo
113120
run: |
114121
npm install
@@ -161,4 +168,4 @@ jobs:
161168
--target="$tag" \
162169
--generate-notes \
163170
$PRERELEASE_ARG \
164-
bin/rustpython-release-*
171+
bin/rustpython-release-*

0 commit comments

Comments
 (0)