Skip to content

Commit 0c23d33

Browse files
authored
buildlsp in release ...! (#143)
1 parent 00e289a commit 0c23d33

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: 📦 Build frontend
4040
run: ./scripts/buildfrontend.sh
4141

42+
- name: 📦 Build lsp
43+
run: ./scripts/buildlsp.sh
44+
4245
- name: 🐍 Setup Python 3.10
4346
uses: actions/setup-python@v4
4447
with:

.github/workflows/test_cli.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: 📦 Build frontend
3939
run: ./scripts/buildfrontend.sh
4040

41+
- name: 📦 Build lsp
42+
run: ./scripts/buildlsp.sh
43+
4144
- name: 🐍 Setup Python 3.10
4245
uses: actions/setup-python@v4
4346
with:

marimo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ui",
3939
"vstack",
4040
]
41-
__version__ = "0.1.15"
41+
__version__ = "0.1.16"
4242

4343
from marimo._ast.app import App
4444
from marimo._output.doc import doc

0 commit comments

Comments
 (0)