Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
14cefbf4
Commit
14cefbf4
authored
Mar 09, 2016
by
Wenzel Jakob
Browse files
minor fix for conda release process
parent
f7e056a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/release.rst
docs/release.rst
+1
-1
No files found.
docs/release.rst
View file @
14cefbf4
...
@@ -10,7 +10,7 @@ To release a new version of pybind11:
...
@@ -10,7 +10,7 @@ To release a new version of pybind11:
- ``conda-build conda.recipe --output``
- ``conda-build conda.recipe --output``
This should ouput the path of the generated tar.bz2 for the package
This should ouput the path of the generated tar.bz2 for the package
- ``conda-convert --platform all [path/to/tar.bz2] -o .``
- ``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
- Get back to work
- Update ``_version.py`` (add 'dev' and increment minor).
- Update ``_version.py`` (add 'dev' and increment minor).
- Update version macros in ``include/pybind11/common.h``
- Update version macros in ``include/pybind11/common.h``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment