Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
f7e056a4
Commit
f7e056a4
authored
Mar 09, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #132 from SylvainCorlay/update_release_instructions
Update release instructions
parents
81dfd2c5
e6464ad8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
docs/release.rst
+16
-9
No files found.
docs/release.rst
View file @
f7e056a4
To release a new version of pybind11:
- Update `pybind11/_version.py` (set release version, remove 'dev')
- `git add` and `git commit`.
- `python setup.py sdist upload`.
- `python setup.py bdist_wheel upload`.
- `git tag -a X.X -m 'Release tag comment'`.
- Update `_version.py` (add 'dev' and increment minor).
- Update version macros in `include/pybind11/common.h`
- `git add` and `git commit`. `git push`. `git push --tags`.
- Update the version number and push to pypi
- Update ``pybind11/_version.py`` (set release version, remove 'dev')
- ``git add`` and ``git commit``.
- ``python setup.py sdist upload``.
- ``python setup.py bdist_wheel upload``.
- Tag the commit and push to anaconda.org
- ``git tag -a X.X -m '[Release comment]'``.
- ``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``
- Get back to work
- Update ``_version.py`` (add 'dev' and increment minor).
- Update version macros in ``include/pybind11/common.h``
- ``git add`` and ``git commit``. ``git push``. ``git push --tags``.
The remote for the last `
git push --tags
` should be the main repository for
The remote for the last `
`git push --tags`
` should be the main repository for
pybind11.
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