@@ -20,12 +20,8 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
2020 git tag 5.2.0
2121 git push --tags
2222 ```
23- * [ ] Create and check source distribution:
24- ``` bash
25- make sdist
26- ```
27- * [ ] Create [ binary distributions] ( https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#binary-distributions )
28- * [ ] Check and upload all binaries and source distributions e.g.:
23+ * [ ] Create [ source and binary distributions] ( https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#source-and-binary-distributions )
24+ * [ ] Check and upload all source and binary distributions e.g.:
2925 ``` bash
3026 python3 -m twine check --strict dist/*
3127 python3 -m twine upload dist/Pillow-5.2.0*
@@ -59,8 +55,8 @@ Released as needed for security, installation or critical bug fixes.
5955 ``` bash
6056 make sdist
6157 ```
62- * [ ] Create [ binary distributions] ( https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#binary-distributions )
63- * [ ] Check and upload all binaries and source distributions e.g.:
58+ * [ ] Create [ source and binary distributions] ( https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#source-and- binary-distributions )
59+ * [ ] Check and upload all source and binary distributions e.g.:
6460 ``` bash
6561 python3 -m twine check --strict dist/*
6662 python3 -m twine upload dist/Pillow-5.2.1*
@@ -90,20 +86,20 @@ Released as needed privately to individual vendors for critical security-related
9086 ``` bash
9187 make sdist
9288 ```
93- * [ ] Create [ binary distributions] ( https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#binary-distributions )
89+ * [ ] Create [ source and binary distributions] ( https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#source-and- binary-distributions )
9490* [ ] Publish the [ release on GitHub] ( https://github.com/python-pillow/Pillow/releases ) and then:
9591 ``` bash
9692 git push origin 2.5.x
9793 ```
9894
99- ## Binary Distributions
95+ ## Source and Binary Distributions
10096
10197### macOS and Linux
102- * [ ] Download wheels from the [ GitHub Actions "Wheels" workflow] ( https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml )
98+ * [ ] Download sdist and wheels from the [ GitHub Actions "Wheels" workflow] ( https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml )
10399 and copy into ` dist/ ` . For example using [ GitHub CLI] ( https://github.com/cli/cli ) :
104100 ``` bash
105101 gh run download --dir dist
106- # select wheels
102+ # select dist
107103 ```
108104* [ ] Download the Linux aarch64 wheels created by Travis CI from [ GitHub releases] ( https://github.com/python-pillow/Pillow/releases )
109105 and copy into ` dist ` .
0 commit comments