From b929f1e4958ebc93b023775b062f39e351c41273 Mon Sep 17 00:00:00 2001 From: "M.Amin Rayej" Date: Tue, 2 Jul 2024 15:54:21 +0330 Subject: [PATCH] add namespace --- Tools/wasm/wasmer-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/wasm/wasmer-publish.sh b/Tools/wasm/wasmer-publish.sh index a67edc914be4ca..33f6cc51139640 100755 --- a/Tools/wasm/wasmer-publish.sh +++ b/Tools/wasm/wasmer-publish.sh @@ -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"