Skip to content

Commit

Permalink
buildlsp in release ...! (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Sep 22, 2023
1 parent 00e289a commit 0c23d33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: 📦 Build frontend
run: ./scripts/buildfrontend.sh

- name: 📦 Build lsp
run: ./scripts/buildlsp.sh

- name: 🐍 Setup Python 3.10
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: 📦 Build frontend
run: ./scripts/buildfrontend.sh

- name: 📦 Build lsp
run: ./scripts/buildlsp.sh

- name: 🐍 Setup Python 3.10
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion marimo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ui",
"vstack",
]
__version__ = "0.1.15"
__version__ = "0.1.16"

from marimo._ast.app import App
from marimo._output.doc import doc
Expand Down

1 comment on commit 0c23d33

@vercel
Copy link

@vercel vercel bot commented on 0c23d33 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marimo-storybook – ./frontend

marimo-storybook-git-main-marimo.vercel.app
marimo-storybook-marimo.vercel.app
marimo-storybook.vercel.app

Please sign in to comment.