diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-11 14:35:31 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-11 14:35:31 -0400 |
commit | 11bc029a20168312eaa999e62b45989b6b1d11ef (patch) | |
tree | f2e4cc7ef307e14053b3b21d5652f179289ab4bd | |
parent | ac6190bae646b3921464618be50c02d802c37c16 (diff) | |
download | cmd2-git-11bc029a20168312eaa999e62b45989b6b1d11ef.tar.gz |
Fixed invoke command text0.9.5
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ba66b14..3efce4d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -493,7 +493,7 @@ mostly automated. The manual steps are all git operations. Here's the checklist: 1. Make sure `CHANGELOG.md` describes the version and has the correct release date 1. Add a git tag representing the version number using ``invoke tag x.y.z`` * Where x, y, and z are all small non-negative integers -1. (Optional) Run `invoke pypi_test` to clean, build, and upload a new release to [Test PyPi](https://test.pypi.org) +1. (Optional) Run `invoke pypi-test` to clean, build, and upload a new release to [Test PyPi](https://test.pypi.org) 1. Run `invoke pypi` to clean, build, and upload a new release to [PyPi](https://pypi.org/) ## Acknowledgement |