You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-06-03T12:29:50.695914Z INFO publish: cargo_wasmer::publish: Getting ready to publish dry_run=true pkg="wapm-to-w
ebc"
✔ Correctly built package locally
✔ Skipping push as dry-run is set
2024-06-03T12:30:03.259461Z WARN ThreadId(01) wasmer_cli::commands::package::push: Unable to invalidate the cache use
d for package version queries error=No such file or directory (os error 2)
The package with the required hash does not exist in the selected registry.
HINT: you are running `wasmer publish` with `--dry-run` set.
error: Can't tag, no matching package found in the registry.
Error: Unable to publish "wapm-to-webc"
Caused by:
The wasmer CLI exited unsuccessfully with exit code 1
Minimal example
create an empty dir with this wasmer.toml
[dependencies]
"wasmer/static-web-server" = "^1"
run wasmer publish it
The text was updated successfully, but these errors were encountered:
I am getting this output when running
cargo wasix
on https://github.com/wasmerio/pirita repo.I suspect the issue is that
wasmer package tag
does not take into account the flag--dry-run
.Minimal example
wasmer.toml
wasmer publish
itThe text was updated successfully, but these errors were encountered: