Skip to content

Commit a931de5

Browse files
committed
Dumby dumb
1 parent 611150a commit a931de5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
run: |
242242
set -eux
243243
mkdir -p content && cp ../examples/test.jcad ./content
244-
cp ../jupytercad_lab/dist/jupytercad*.whl jupytercad_lab-x.x.x-py3-none-any.whl
244+
cp ../jupytercad_lab/dist/jupytercad*.whl jupytercad_lab-1.0.0-py3-none-any.whl
245245
jupyter lite build --contents content --output-dir dist
246246
247247
- name: Upload github-pages artifact

lite/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
- yjs-widgets
1010
- comm
1111
- pip:
12-
- ./jupytercad_lab-x.x.x-py3-none-any.whl
12+
- ./jupytercad_lab-1.0.0-py3-none-any.whl

0 commit comments

Comments
 (0)