The first release I consider stable!
Changes
Changed
-
twine now runs in
--strict
mode. -
All tools are now pinned reliability (and hopefully caching in the future).
-
The action now uses
setup-python
itself to enable pinning (and hopefully caching in the future). Currently, Python 3.10 is used. -
The tools are installed into a virtual environment. That means you can re-use the global Python environment and do further checks.
See for example how argon2-cffi-bindings uses it to check the wheels don't break a dependency.