@@ -10,14 +10,14 @@ Time required: about an hour.
1010 3. If you have any doubts, run the full test suite one final time!
1111 py.test
1212 4. On the master branch, commit the release in git:
13- git commit -a -m 'Release v0.X.Y '
13+ git commit -a -m 'Release vX.Y.Z '
1414 5. Tag the release:
15- git tag -a v0.X.Y -m 'v0.X.Y '
15+ git tag -a vX.Y.Z -m 'vX.Y.Z '
1616 6. Build source for pypi:
1717 python setup.py sdist
1818 7. Use twine to register and upload the release on pypi. Be careful, you can't
1919 take this back!
20- twine upload dist/recursive_diff-0. X.Y*
20+ twine upload dist/recursive_diff-X.Y.Z *
2121 You will need to be listed as a package owner at
2222 https://pypi.python.org/pypi/recursive_diff for this to work.
2323 8. Push your changes to master:
@@ -45,5 +45,5 @@ Time required: about an hour.
4545 It should now build automatically.
464614. Update conda-forge. Clone https://github.com/conda-forge/recursive_diff-feedstock
4747 and update the version number and sha256 in meta.yaml. (On OS X, you can
48- calculate sha256 with `shasum -a 256 recursive_diff-0. X.Y.tar.gz`). Submit a pull
48+ calculate sha256 with `shasum -a 256 recursive_diff-X.Y.Z .tar.gz`). Submit a pull
4949 request (and merge it, once CI passes).
0 commit comments