Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev release workflow for marimo python #935

Merged
merged 2 commits into from
Mar 11, 2024
Merged

dev release workflow for marimo python #935

merged 2 commits into from
Mar 11, 2024

Conversation

akshayka
Copy link
Contributor

This adds a workflow that creates a dev release on every push to main. The release is uploaded to test.pypi.org.

The uploaded version has the form X.Y.dev<n-commits-since-last-tag>+g<short-sha>.

I believe the latest dev release should then be available via pip with

pip install --index-url https://test.pypi.org/simple/ --pre marimo

This release doesn't publish new frontend packages; I'm not sure how we want to handle that.

Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 11:42pm
marimo-storybook 🔄 Building (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 11:42pm

@akshayka akshayka merged commit 0dc5843 into main Mar 11, 2024
23 of 25 checks passed
@akshayka akshayka deleted the aka/dev-releases branch March 11, 2024 23:43
@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 2024
@mscolnick
Copy link
Contributor

nice this is great!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants