Skip to content

Commit

Permalink
update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Sep 28, 2023
1 parent e634574 commit d94fee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
```

Expand All @@ -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
```

Expand Down

0 comments on commit d94fee4

Please sign in to comment.