@@ -238,9 +238,9 @@ Update version switcher
238
238
Update ``doc/_static/switcher.json ``:
239
239
240
240
- 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 } `).
244
244
245
245
Verify that docs build
246
246
----------------------
@@ -367,7 +367,8 @@ PyPI. Most builders should trigger automatically once the tag is pushed to GitHu
367
367
368
368
* Windows, macOS and manylinux wheels are built on GitHub Actions. Builds are triggered
369
369
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.
371
372
* The auto-tick bot should open a pull request into the `conda-forge feedstock
372
373
<https://github.com/conda-forge/matplotlib-feedstock> `__. Review and merge (if you
373
374
have the power to).
@@ -380,8 +381,14 @@ PyPI. Most builders should trigger automatically once the tag is pushed to GitHu
380
381
381
382
.. _release_upload_bin :
382
383
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.
385
392
386
393
Once you have collected all of the wheels (expect this to take a few hours), generate
387
394
the tarball::
0 commit comments