Skip to content

Commit

Permalink
add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jul 2, 2024
1 parent 343e534 commit b929f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/wasm/wasmer-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ "$1" == "push" ]; then
# populate wasmer.toml
populate_wasmer_toml

wasmer package push --registry "wasmer.io" --token $TOKEN .
wasmer package push --registry "wasmer.io" --token $TOKEN --namespace python .
elif [ "$1" == "publish" ]; then
if test -z "$3"; then
echo "Version is not specified"
Expand Down

0 comments on commit b929f1e

Please sign in to comment.