Skip to content

Commit 4579a94

Browse files
committed
publish
1 parent 67d77eb commit 4579a94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ jobs:
231231
uv venv
232232
VIRTUAL_ENV=.venv uv pip install dist/*.whl
233233
234-
# Replace all dashes in the package name with underscores
235-
IMPORT_NAME="$(echo "$PKG_NAME" | sed s/-/_/g)"
234+
# For open-mle, the module name is openmle_cli
235+
IMPORT_NAME="openmle_cli"
236236
237237
uv run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
238238

0 commit comments

Comments
 (0)