From d94fee469524879d2d29cb9320a31ecacf7a25dc Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 28 Sep 2023 09:22:00 -0400 Subject: [PATCH] update release instructions --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2c41f5fc..bf0af690 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -30,7 +30,7 @@ twine upload * To publish the `vegafusion` packages, download and unzip the `vegafusion-wheel` artifacts. Then upload with twine. ```bash -cd vegafusion-wheel +cd vegafusion-packages twine upload * ``` @@ -45,7 +45,7 @@ twine upload * First, download and unzip the `vegafusion-wasm-packages` artifact. Then publish the `vegafusion-wasm-X.Y.Z.tgz` package to NPM. If this is a release candidate, include the `--pre` flag to `npm publish`. ```bash -cd vegafusion-wasm-packages +unzip vegafusion-wasm-packages.zip npm publish vegafusion-wasm-$VF_VERSION.tgz ```