Skip to content

Commit

Permalink
Make xbuildenv subcommand public (#15)
Browse files Browse the repository at this point in the history
This makes `pyodide xbuildenv` subcommand public so users can search and
install different versions of Pyodide build env.

- [x] changelog

---------

Co-authored-by: Hood Chatham <[email protected]>
  • Loading branch information
ryanking13 and hoodmane authored Aug 14, 2024
1 parent e73f75e commit f50e7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- `pyodide xbuildenv` subcommand is now publicly available.
[#15](https://github.com/pyodide/pyodide-build/pull/15)

## [0.27.3] - 2024/07/17

- It is now possible to override `_f2c_fixes.py` file, with `_f2c_fixes_wrapper` variable.
Expand Down
2 changes: 1 addition & 1 deletion pyodide_build/cli/xbuildenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

DIRNAME = xbuildenv_dirname()

app = typer.Typer(hidden=True, no_args_is_help=True)
app = typer.Typer(no_args_is_help=True)


@app.callback()
Expand Down

0 comments on commit f50e7db

Please sign in to comment.