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
Ship prebuilt binaries. Each release now attaches deadpy binaries for Linux (x86_64/aarch64), macOS (x86_64/aarch64), and Windows (x86_64), and supports cargo binstall deadpy for compile-free installs.
Add pre-commit hook support: ship .pre-commit-hooks.yaml so any Python repo can add deadpy to its .pre-commit-config.yaml. The hook scans the whole codebase (pass_filenames: false) to avoid false positives.
Validates the automated crates.io publish pipeline (Trusted Publishing). Release workflow now runs the test suite before publishing. No functional changes to the tool.