Release 1.3.18
Changes in v1.3.18
• Fixed critical issue with binary files missing from CI/CD built wheels
• Enhanced GitHub Actions workflow to properly copy binaries to aindex/bin/ during CI builds
• Improved wheel packaging to ensure all CLI tools are included in PyPI packages
Technical Details
• Fixed CIBW_BEFORE_ALL_LINUX script to include binary copying step
• All binary tools now properly included in wheels built by GitHub Actions
• Local builds continue to work as before
• Better cross-platform compatibility for wheel packaging
Bug Fixes
• Fixed missing CLI executables in wheels built on CI/CD
• Resolved aindex command not found errors when installing from PyPI
• Ensured all binary files are correctly packaged in distribution wheels
This release fixes the main packaging issue where wheels built on GitHub Actions
were missing the binary files needed for CLI functionality.