Skip to content
Snippets Groups Projects
Unverified Commit 7fc5438d authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Docs: Fixed minor typo in deployment instructions.

parent 3abb7abc
No related merge requests found
...@@ -81,7 +81,7 @@ ISSUES CLOSED: #31 ...@@ -81,7 +81,7 @@ ISSUES CLOSED: #31
4. Compile source distribution with `python setup.py sdist` 4. Compile source distribution with `python setup.py sdist`
5. Compile binary distribution with `python setup.py bdist_wheel` 5. Compile binary distribution with `python setup.py bdist_wheel`
6. Check the packages for errors with `twine check dist/*` 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"` 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 9. Push the tag
10. Update the version in CHANGELOG.md and setup.py on master. 10. Update the version in CHANGELOG.md and setup.py on master.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment