A new version of polyleven v0.9
has been released on Feb 26, 2025.
Changes
- Migrated to
pyproject.toml
to support newerpip
versions (thanks to @chhotii-alex) #13 - Support trusted publishing on PyPI, which enables you to digitally verify our releases.
Note: How to verify this release
Use pypi-attestations
package. Here is a simple example:
$ python -m pip install pypi-attestations
$ pypi-attestations verify pypi --repository https://github.com/fujimotos/polyleven https://files.pythonhosted.org/packages/5c/a9/5fcf2c4d77270d9f8cd5e3d1c878ca7ffcab22debc27c16d9c67288632de/polyleven-0.9.0.tar.gz
OK: polyleven-0.9.0.tar.gz
For more details, refer to the official documentation: