Skip to content

Commit 66f3f59

Browse files
DOC: Update release instructions (#52378)
1 parent 0ba8289 commit 66f3f59

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

doc/source/development/maintaining.rst

+8-20
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ which will be triggered when the tag is pushed.
437437
git tag -a v1.5.0.dev0 -m "DEV: Start 1.5.0"
438438
git push upstream main --follow-tags
439439

440-
3. Build the source distribution (git must be in the tag commit):
440+
3. Build the source distribution (git must be in the tag commit)::
441441

442442
./setup.py sdist --formats=gztar --quiet
443443

@@ -455,25 +455,13 @@ which will be triggered when the tag is pushed.
455455
`automated conda-forge PR <https://github.com/conda-forge/pandas-feedstock/pulls>`_.
456456
Merge it once the CI is green, and it will generate the conda-forge packages.
457457

458-
6. Packages for supported versions in PyPI are built in the
459-
`MacPython repo <https://github.com/MacPython/pandas-wheels>`_.
460-
Open a PR updating the build commit to the released version, and merge it once the
461-
CI is green. To do this type::
462-
463-
git checkout master
464-
git pull --ff-only upstream master
465-
git checkout -B RLS-<version>
466-
sed -i 's/BUILD_COMMIT: "v.*/BUILD_COMMIT: "'v<version>'"/' azure/windows.yml azure/posix.yml
467-
sed -i 's/BUILD_COMMIT="v.*/BUILD_COMMIT="'v<version>'"/' .travis.yml
468-
git commit -am "RLS <version>"
469-
git push -u origin RLS-<version>
470-
471-
7. Download all wheels from the Anaconda repository where MacPython uploads them:
472-
https://anaconda.org/multibuild-wheels-staging/pandas/files?version=<version>
473-
to the ``dist/`` directory in the local pandas copy. You can use the script
474-
``scripts/download_wheels.sh`` to download all wheels at once.
475-
476-
8. Upload wheels to PyPI:
458+
6. Packages for supported versions in PyPI are built automatically from our CI.
459+
Once all packages are build download all wheels from the
460+
`Anaconda repository <https://anaconda.org/multibuild-wheels-staging/pandas/files?version=\<version\>>`_
461+
where our CI published them to the ``dist/`` directory in your local pandas copy.
462+
You can use the script ``scripts/download_wheels.sh`` to download all wheels at once.
463+
464+
7. Upload wheels to PyPI::
477465

478466
twine upload pandas/dist/pandas-<version>*.{whl,tar.gz} --skip-existing
479467

0 commit comments

Comments
 (0)