File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ To release a new version of pybind11:
14
14
- ``python setup.py sdist upload ``.
15
15
- ``python setup.py bdist_wheel upload ``.
16
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
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 ``
19
20
- Get back to work
20
21
- Update ``_version.py `` (add 'dev' and increment minor).
21
22
- Update version in ``docs/conf.py ``
You can’t perform that action at this time.
0 commit comments