Skip to content

Commit

Permalink
👷 misc(release): display command to publish on cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 4, 2024
1 parent 8f1a909 commit 3f05aba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,8 @@ fi

echo "${https_url}/tags"

echo "To publish on crates.io, run:"
echo "cargo publish"
echo
echo "To publish on PyPI, run:"
echo "cd pypi && maturin publish --frozen"

0 comments on commit 3f05aba

Please sign in to comment.