mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-16 21:57:55 +00:00
release process clarifications
This commit is contained in:
parent
452da8884f
commit
663513cf23
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user