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
{{ message }}
This repository was archived by the owner on Jun 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Release automation for pandas.
2
2
3
-
Windows users should follow the steps in `windows.md`
3
+
**Windows users should follow the steps in `windows.md`**
4
4
5
5
## Steps to a release
6
6
@@ -75,17 +75,14 @@ Docs. You can cheat and re-tag / rebuild these if needed.
75
75
make doc
76
76
```
77
77
78
-
Once the binaries finish, you'll need to manually upload the
79
-
wheels to PyPI. Assuming the job which `make wheels` triggered on MacPython completed successfully (you may want to double check this)
80
-
you can download a copy of the wheels for Mac / Linux locally.
78
+
Once the binaries finish, you'll need to manually upload the wheels to PyPI.
81
79
80
+
Assuming the job which `make wheels` triggered on MacPython completed successfully (you may want to double check this https://anaconda.org/multibuild-wheels-staging/pandas/files) you can download a copy of the wheels locally.
82
81
83
82
```
84
83
make download-wheels
85
84
```
86
85
87
-
Christoph Gohlke builds the windows wheels. Fetch from from https://www.lfd.uci.edu/~gohlke/pythonlibs/ and download to the same `dist` directory.
88
-
89
86
Upload the wheels and sdist
90
87
91
88
```
@@ -130,7 +127,6 @@ goto announce.
130
127
131
128
# Finalize
132
129
133
-
-[] Download Christoph's wheels and upload to PyPI
Once the binaries finish, you'll need to manually upload the wheels to PyPI.
241
249
250
+
Assuming the job which `make wheels` triggered on MacPython completed successfully (you may want to double check this https://anaconda.org/multibuild-wheels-staging/pandas/files) you can download a copy of the wheels locally.
0 commit comments