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
Pre-release milestone v0.23.14
build: fix improperly packaged directory structure for wheel
The wheel file was improperly packaged. This lead to pip installs
from the wheel to scatter the package's module's and subpackages
across the site-packages directory.
It's unclear if this change will undo the progress towards builds
which pass the tests on piwheels. However, it's more important to
not provide broken installs for pip installers than to pass those
third-party tests.
Pre-release milestone v0.23.13
Trouble-shooting build and CI tests for packaging changes
in ``pyproject.toml`` and ``setup.cfg``.
Improved package signing ceremony.
Pre-release milestone v0.23.12
Cipher streaming concurrency fixes.
The package is now built and configured by the new
standard ``pyproject.toml`` file!