1 parent 67d77eb commit 4579a94Copy full SHA for 4579a94
1 file changed
.github/workflows/release.yml
@@ -231,8 +231,8 @@ jobs:
231
uv venv
232
VIRTUAL_ENV=.venv uv pip install dist/*.whl
233
234
- # Replace all dashes in the package name with underscores
235
- IMPORT_NAME="$(echo "$PKG_NAME" | sed s/-/_/g)"
+ # For open-mle, the module name is openmle_cli
+ IMPORT_NAME="openmle_cli"
236
237
uv run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
238
0 commit comments