Skip to content

Commit

Permalink
Docs: Fixed minor typo in deployment instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Feb 1, 2020
1 parent 654b172 commit c3deade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.

0 comments on commit c3deade

Please sign in to comment.