Skip to content

Commit 11bc029

Browse files
committed
Fixed invoke command text
1 parent ac6190b commit 11bc029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ mostly automated. The manual steps are all git operations. Here's the checklist:
493493
1. Make sure `CHANGELOG.md` describes the version and has the correct release date
494494
1. Add a git tag representing the version number using ``invoke tag x.y.z``
495495
* 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)
496+
1. (Optional) Run `invoke pypi-test` to clean, build, and upload a new release to [Test PyPi](https://test.pypi.org)
497497
1. Run `invoke pypi` to clean, build, and upload a new release to [PyPi](https://pypi.org/)
498498

499499
## Acknowledgement

0 commit comments

Comments
 (0)