Commit 663513cf by Wenzel Jakob

release process clarifications

parent 452da888
...@@ -10,8 +10,8 @@ To release a new version of pybind11: ...@@ -10,8 +10,8 @@ To release a new version of pybind11:
- ``git push --tags``. - ``git push --tags``.
- ``python setup.py sdist upload``. - ``python setup.py sdist upload``.
- ``python setup.py bdist_wheel upload``. - ``python setup.py bdist_wheel upload``.
- Update conda-forge (https://github.com/conda-forge/pybind11-feedstock) - Update conda-forge (https://github.com/conda-forge/pybind11-feedstock) via PR
- change version number in ``meta.yml`` - change version number in ``recipe/meta.yml``
- update checksum to match the one computed by pypi - update checksum to match the one computed by pypi
- Get back to work - Get back to work
- Update ``_version.py`` (add 'dev' and increment minor). - Update ``_version.py`` (add 'dev' and increment minor).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment