diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7352c57e42d92eb63f80de711a75f9f99d046739..cb8eb9b740b09ff72c6ce49593b89b5dc06f4037 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.