From c3deade1effb5cae5c6517715e73e8855ba7a566 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 1 Feb 2020 12:52:33 +0100
Subject: [PATCH] Docs: Fixed minor typo in deployment instructions.

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7352c57..cb8eb9b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -82,7 +82,7 @@ ISSUES CLOSED: #31
 4. Compile source distribution with `python setup.py sdist`
 5. Compile binary distribution with `python setup.py bdist_wheel`
 6. Check the packages for errors with `twine check dist/*`
-7. Upload to Pypi using `twine upload dist/`
+7. Upload to Pypi using `twine upload dist/*`
 8. Create a tag for the current version such as `git tag -a v3.3,3 -m "version 3.3.3"`
 9. Push the tag
 10. Update the version in CHANGELOG.md and setup.py on master.
-- 
GitLab