Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anupambhatnagar committed Jan 6, 2023
1 parent abe3225 commit a860fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
1. Bump the version in `hta/version.py`. Versions must adhere to [Semantic Versioning](https://semver.org/).
1. Install `twine` and `build` locally: `pip install --upgrade twine build`.
1. Build the source distribution and wheel files: `python3 -m build`.
1. Verify the new pacakage can be installed using pip:
1. Verify the new package can be installed using pip:
1. In a new conda environment execute: `pip install dist/HolisticTraceAnalysis1.X.Y.Z.tar.gz`
1. Verify version of the new package: `python -c 'import hta; print(hta.__version__)'`
1. Merge the release branch into main through a PR.
Expand Down

0 comments on commit a860fc4

Please sign in to comment.