@@ -437,7 +437,7 @@ which will be triggered when the tag is pushed.
437
437
git tag -a v1.5.0.dev0 -m "DEV: Start 1.5.0"
438
438
git push upstream main --follow-tags
439
439
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)::
441
441
442
442
./setup.py sdist --formats=gztar --quiet
443
443
@@ -455,25 +455,13 @@ which will be triggered when the tag is pushed.
455
455
`automated conda-forge PR <https://github.com/conda-forge/pandas-feedstock/pulls >`_.
456
456
Merge it once the CI is green, and it will generate the conda-forge packages.
457
457
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::
477
465
478
466
twine upload pandas/dist/pandas-<version>*.{whl,tar.gz} --skip-existing
479
467
0 commit comments