wasmerio / wasmer.io

The Wasmer.io website
https://wasmer.io/
21 stars 17 forks source link

Explicitly publish to the dev registry #100

Closed Michael-F-Bryan closed 1 year ago

Michael-F-Bryan commented 1 year ago

In #99, I was using an unpublished version of the wasmer-deploy CLI which respects the --registry flag when publishing packages. However, the version currently on crates.io (v0.1.1) will use the registry specified in your $WASMER_HOME/wasmer.toml for package publishing and the --registry flag for app publishing (wasmerio/deploy#388)... To avoid mix-ups in the future, let's be explicit about exactly which registry is being used.