From 3f3ea998224b347605eece78b6caa630e60c10df Mon Sep 17 00:00:00 2001 From: Matt Clarke Date: Tue, 11 May 2021 12:19:26 +0000 Subject: [PATCH] Update README_DEV.md --- README_DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_DEV.md b/README_DEV.md index e6eb8d2..8f09212 100644 --- a/README_DEV.md +++ b/README_DEV.md @@ -99,7 +99,7 @@ Test the module using the existing test-suite (from project root): ``` rm -rf streaming_data_types # Rename the local source directory pytest # The tests will be run against the pip installed module -git reset --hard origin/master # Put everything back to before +git reset --hard origin/main # Put everything back to before ``` After testing installing from test.pypi.org works, push to PyPI: