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

Version piplite with the bump-version script #420

Closed
jtpio opened this issue Nov 22, 2021 · 0 comments · Fixed by #421
Closed

Version piplite with the bump-version script #420

jtpio opened this issue Nov 22, 2021 · 0 comments · Fixed by #421
Milestone

Comments

@jtpio
Copy link
Member

jtpio commented Nov 22, 2021

As part of the automated release process, we use a script to bump the version of the Python and JS packages: https://github.com/jupyterlite/jupyterlite/blob/main/scripts/bump-version.py

As a follow-up to #310, we can update the logic to make sure we update the hardcoded 0.1.0ax version numbers.

There is already a script that replaces the version in the source file:

# bump pyolite wheel import
replace_in_file(
PYOLITE_KERNEL_SOURCE,
"pyolite-(.*)-py3-none-any.whl",
f"pyolite-{py_version}-py3-none-any.whl",
)

So we can probably update it so it to take into account the new locations.

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

Successfully merging a pull request may close this issue.

1 participant