@@ -238,9 +238,9 @@ Update version switcher
238238Update ``doc/_static/switcher.json ``:
239239
240240- If a micro release, :samp: `{ X } .{ Y } .{ Z } `, no changes are needed.
241- - If a macro release, :samp: `{ X } .{ Y } .0 `, change the name of :samp: `name: { X } .{ Y+1 }
242- (dev) ` and :samp: `name: { X } .{ Y } (stable) ` as well as adding a new version for the
243- previous stable (:samp: `name: { X } .{ Y-1 } `).
241+ - If a meso release, :samp: `{ X } .{ Y } .0 `, change the name of :samp: `name: { X } .{ Y+1 } (dev) `
242+ and :samp: `name: { X } .{ Y } (stable) ` as well as adding a new version for the previous
243+ stable (:samp: `name: { X } .{ Y-1 } `).
244244
245245Verify that docs build
246246----------------------
@@ -367,7 +367,8 @@ PyPI. Most builders should trigger automatically once the tag is pushed to GitHu
367367
368368* Windows, macOS and manylinux wheels are built on GitHub Actions. Builds are triggered
369369 by the GitHub Action defined in :file: `.github/workflows/cibuildwheel.yml `, and wheels
370- will be available as artifacts of the build.
370+ will be available as artifacts of the build. Both a source tarball and the wheels will
371+ be automatically uploaded to PyPI once all of them have been built.
371372* The auto-tick bot should open a pull request into the `conda-forge feedstock
372373 <https://github.com/conda-forge/matplotlib-feedstock> `__. Review and merge (if you
373374 have the power to).
@@ -380,8 +381,14 @@ PyPI. Most builders should trigger automatically once the tag is pushed to GitHu
380381
381382.. _release_upload_bin :
382383
383- Make distribution and upload to PyPI
384- ====================================
384+ Manually uploading to PyPI
385+ ==========================
386+
387+ .. note ::
388+
389+ As noted above, the GitHub Actions workflow should build and upload source tarballs
390+ and wheels automatically. If for some reason, you need to upload these artifacts
391+ manually, then follow the instructions in this section.
385392
386393Once you have collected all of the wheels (expect this to take a few hours), generate
387394the tarball::
0 commit comments