Skip to content

Commit 2fb4e95

Browse files
committed
fix release.rst instructions for conda-forge SHA checksum
[skip ci]
1 parent 8cf091a commit 2fb4e95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ To release a new version of pybind11:
1414
- ``python setup.py sdist upload``.
1515
- ``python setup.py bdist_wheel upload``.
1616
- 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
17+
- download release package from Github: ``wget https://github.com/pybind/pybind11/archive/vX.Y.Z.tar.gz``
18+
- compute checksum: ``shasum -a 256 vX.Y.Z.tar.gz``
19+
- change version number and checksum in ``recipe/meta.yml``
1920
- Get back to work
2021
- Update ``_version.py`` (add 'dev' and increment minor).
2122
- Update version in ``docs/conf.py``

0 commit comments

Comments
 (0)