We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf091a commit 2fb4e95Copy full SHA for 2fb4e95
docs/release.rst
@@ -14,8 +14,9 @@ To release a new version of pybind11:
14
- ``python setup.py sdist upload``.
15
- ``python setup.py bdist_wheel upload``.
16
- Update conda-forge (https://github.com/conda-forge/pybind11-feedstock) via PR
17
- - change version number in ``recipe/meta.yml``
18
- - update checksum to match the one computed by pypi
+ - download release package from Github: ``wget https://github.com/pybind/pybind11/archive/vX.Y.Z.tar.gz``
+ - compute checksum: ``shasum -a 256 vX.Y.Z.tar.gz``
19
+ - change version number and checksum in ``recipe/meta.yml``
20
- Get back to work
21
- Update ``_version.py`` (add 'dev' and increment minor).
22
- Update version in ``docs/conf.py``
0 commit comments