Skip to content

Commit 46ef0ca

Browse files
authored
retire the TestPyPI workflow (#7889)
1 parent c9d89e2 commit 46ef0ca

File tree

2 files changed

+3
-87
lines changed

2 files changed

+3
-87
lines changed

.github/workflows/testpypi-release.yaml

-86
This file was deleted.

doc/whats-new.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ Internal Changes
5454
- Minor improvements to support of the python `array api standard <https://data-apis.org/array-api/latest/>`_,
5555
internally using the function ``xp.astype()`` instead of the method ``arr.astype()``, as the latter is not in the standard.
5656
(:pull:`7847`) By `Tom Nicholas <https://github.com/TomNicholas>`_.
57-
- Xarray now uploads nightly wheels to https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/.
57+
- Xarray now uploads nightly wheels to https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ (:issue:`7863`, :pull:`7865`).
5858
By `Martin Fleischmann <https://github.com/martinfleis>`_.
59+
- Stop uploading development wheels to TestPyPI (:pull:`7889`)
60+
By `Justus Magin <https://github.com/keewis>`_.
5961
- Added an exception catch for ``AttributeError`` along with ``ImportError`` when duck typing the dynamic imports in pycompat.py. This catches some name collisions between packages. (:issue:`7870`, :pull:`7874`)
6062

6163
.. _whats-new.2023.05.0:

0 commit comments

Comments
 (0)