You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,6 @@ Released as needed privately to individual vendors for critical security-related
94
94
95
95
## Source and Binary Distributions
96
96
97
-
### macOS and Linux
98
97
*[ ] Download sdist and wheels from the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml)
99
98
and copy into `dist/`. For example using [GitHub CLI](https://github.com/cli/cli):
100
99
```bash
@@ -104,14 +103,6 @@ Released as needed privately to individual vendors for critical security-related
104
103
*[ ] Download the Linux aarch64 wheels created by Travis CI from [GitHub releases](https://github.com/python-pillow/Pillow/releases)
105
104
and copy into `dist`.
106
105
107
-
### Windows
108
-
*[ ] Download the artifacts from the [GitHub Actions "Test Windows" workflow](https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml)
109
-
and copy into `dist/`. For example using [GitHub CLI](https://github.com/cli/cli):
110
-
```bash
111
-
gh run download --dir dist
112
-
# select dist-x.y.z
113
-
```
114
-
115
106
## Publicize Release
116
107
117
108
*[ ] Announce release availability via [Twitter](https://twitter.com/pythonpillow) and [Mastodon](https://fosstodon.org/@pillow) e.g. https://twitter.com/PythonPillow/status/1013789184354603010
0 commit comments