@@ -189,12 +189,15 @@ Building binaries
189189We distribute mac, windows, and many linux wheels as well as a source
190190tarball via pypi. Before uploading anything, contact the various
191191builders. 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
216219This can be done ahead of collecting all of the binaries and uploading to pypi.
217220
221+
218222.. _release_upload_bin :
219223
220224make 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