Skip to content

Commit

Permalink
add debug to push
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jul 4, 2024
1 parent e91bb2b commit bc2cb24
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 --namespace python --name python .
wasmer package push -vvv --registry "wasmer.io" --token $TOKEN --namespace python --name python .
elif [ "$1" == "publish" ]; then
if test -z "$3"; then
echo "Version is not specified"
Expand Down

0 comments on commit bc2cb24

Please sign in to comment.