Skip to content

Commit 35e7840

Browse files
incorporating feedback
1 parent e0f6908 commit 35e7840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
1. Update the version number in `version.py` using semver versioning rules.
44
2. Tag your commit with the new version number. ie `git tag -a v0.1.0.dev0 -m "v0.1.0.dev0"` or `git tag -a v0.1.0 -m "v0.1.0" <commit hash>`
55
3. Push the tag to GitHub. `git push origin v0.1.0`
6-
4. Install twine and build the package. `pip install twine` and `pip install build`
6+
4. Install twine and install build. `pip install twine` and `pip install build`
77
5. Build the package. `python -m build`
88
6. Upload the package to test.pypi.org. `twine upload --repository testpypi dist/*` and verify you can install the test package.
99
7. Upload the package to pypi.org. `twine upload dist/*` and verify you can install the package.
10-
4. Create a new release on GitHub. `
10+
8. Create a new release on GitHub.

0 commit comments

Comments
 (0)