Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba5bf96

Browse files
committed
DOC: update notes about building binaries
1 parent 9dbfb24 commit ba5bf96

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

doc/devel/release_guide.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,15 @@ Building binaries
189189
We distribute mac, windows, and many linux wheels as well as a source
190190
tarball via pypi. Before uploading anything, contact the various
191191
builders. Mac and manylinux wheels are built on travis . You need to
192-
edit the :file:`.travis.yml` file and push to master of `the build
193-
project <https://github.com/MacPython/matplotlib-wheels>`__.
192+
edit the :file:`.travis.yml` file and push to the correct branch of
193+
`the build project
194+
<https://github.com/MacPython/matplotlib-wheels>`__. For new minor
195+
version create a new branch, for bug-fixes continue to use the current
196+
release branch.
194197

195-
Update the ``master`` branch (for pre-releases the ``devel`` branch)
196-
of the `conda-forge feedstock
197-
<https://github.com/conda-forge/matplotlib-feedstock>`__ via pull request.
198+
The auto-tick bot should open a pull request into the `conda-forge
199+
feedstock <https://github.com/conda-forge/matplotlib-feedstock>`__.
200+
Review and merge (if you have the power to).
198201

199202
.. warning
200203
@@ -215,12 +218,14 @@ If this is a final release the following downstream packagers should be contacte
215218

216219
This can be done ahead of collecting all of the binaries and uploading to pypi.
217220

221+
218222
.. _release_upload_bin:
219223

220224
make distribution and upload to pypi / SF
221225
-----------------------------------------
222226

223-
Once you have collected all of the wheels, generate the tarball ::
227+
Once you have collected all of the wheels (expect this to take about a
228+
day), generate the tarball ::
224229

225230
git checkout v2.0.0
226231
git clean -xfd

0 commit comments

Comments
 (0)