We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6190b commit 11bc029Copy full SHA for 11bc029
CONTRIBUTING.md
@@ -493,7 +493,7 @@ mostly automated. The manual steps are all git operations. Here's the checklist:
493
1. Make sure `CHANGELOG.md` describes the version and has the correct release date
494
1. Add a git tag representing the version number using ``invoke tag x.y.z``
495
* Where x, y, and z are all small non-negative integers
496
-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)
497
1. Run `invoke pypi` to clean, build, and upload a new release to [PyPi](https://pypi.org/)
498
499
## Acknowledgement
0 commit comments