We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611150a commit a931de5Copy full SHA for a931de5
.github/workflows/build.yml
@@ -241,7 +241,7 @@ jobs:
241
run: |
242
set -eux
243
mkdir -p content && cp ../examples/test.jcad ./content
244
- cp ../jupytercad_lab/dist/jupytercad*.whl jupytercad_lab-x.x.x-py3-none-any.whl
+ cp ../jupytercad_lab/dist/jupytercad*.whl jupytercad_lab-1.0.0-py3-none-any.whl
245
jupyter lite build --contents content --output-dir dist
246
247
- name: Upload github-pages artifact
lite/environment.yml
@@ -9,4 +9,4 @@ dependencies:
9
- yjs-widgets
10
- comm
11
- pip:
12
- - ./jupytercad_lab-x.x.x-py3-none-any.whl
+ - ./jupytercad_lab-1.0.0-py3-none-any.whl
0 commit comments