mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +08:00
minor fix for conda release process
This commit is contained in:
parent
f7e056a413
commit
14cefbf473
@ -10,7 +10,7 @@ To release a new version of pybind11:
|
||||
- ``conda-build conda.recipe --output``
|
||||
This should ouput the path of the generated tar.bz2 for the package
|
||||
- ``conda-convert --platform all [path/to/tar.bz2] -o .``
|
||||
- For each platform name, ``anaconda-upload ./platform/tarfile.tar.bz2``
|
||||
- For each platform name, ``anaconda-upload -u pybind ./platform/tarfile.tar.bz2``
|
||||
- Get back to work
|
||||
- Update ``_version.py`` (add 'dev' and increment minor).
|
||||
- Update version macros in ``include/pybind11/common.h``
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user