Skip to content

Version 0.1.1

Choose a tag to compare

@rossarmstrong rossarmstrong released this 07 May 04:02
· 37 commits to main since this release
v0.1.1
27bad26

Added

  • MANIFEST.in to include LICENSE, NOTICE, and key source files in the source distribution (sdist).
  • Validation steps in the CI workflow to check .whl and .tar.gz artifacts using zipfile, file, and sha256sum before upload.
  • CI logic for verifying the presence of all distribution files prior to publishing.

Changed

  • GitHub Actions CI workflow to use merge-multiple: true for consolidating build artifacts.

Fixed

  • ImportError caused by mismatched Rust module export function (PyInit_werx_rust missing).
  • Publishing issues caused by file reuse and broken wheels due to structure mismatches.

Removed

  • Platform suffixes from wheel filenames to ensure compatibility with PyPI’s strict filename parsing and attestation requirements.