Skip to content

Commit b941516

Browse files
committed
v0.17.0
1 parent 712a3e4 commit b941516

File tree

4 files changed

+96
-61
lines changed

4 files changed

+96
-61
lines changed

.github/workflows/release-widget-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
version:
9-
description: Version to upload assets for (e.g. v0.16.0)
9+
description: Version to upload assets for (e.g. v0.1.0)
1010
required: true
1111
type: string
1212

@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Build web files
2727
run: |
28-
cd pymatviz/widgets
28+
cd pymatviz/widgets/web
2929
deno task build
3030
3131
- name: Get version

0 commit comments

Comments
 (0)