Skip to content

Commit 50afff6

Browse files
author
evgenii
committed
DOC: move Trusted-Publishing note to 'Other enhancements'
1 parent 409dcb4 commit 50afff6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Other enhancements
9191
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
9292
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
9393
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
94+
- Switched wheel upload to **PyPI Trusted Publishing** (OIDC) for release-tag pushes in ``wheels.yml``. (:issue:`61718`)
9495

9596
.. ---------------------------------------------------------------------------
9697
.. _whatsnew_300.notable_bug_fixes:
@@ -665,14 +666,6 @@ Performance improvements
665666
- Performance improvement in indexing operations for string dtypes (:issue:`56997`)
666667
- Performance improvement in unary methods on a :class:`RangeIndex` returning a :class:`RangeIndex` instead of a :class:`Index` when possible. (:issue:`57825`)
667668

668-
.. ---------------------------------------------------------------------------
669-
.. _whatsnew_300.build:
670-
671-
Build / CI
672-
~~~~~~~~~~
673-
674-
- Switched wheel upload to **PyPI Trusted Publishing** (OIDC) for release-tag pushes in ``wheels.yml``. (:issue:`61718`)
675-
676669
.. ---------------------------------------------------------------------------
677670
.. _whatsnew_300.bug_fixes:
678671

0 commit comments

Comments
 (0)