Skip to content

Releases: Klebert-Engineering/python-cmake-wheel

v1.2.0

23 Jan 16:21

Choose a tag to compare

Use Python executable derived from CMake to execute tests.

v1.1.0

29 Oct 21:30
7ad1c44

Choose a tag to compare

What's Changed

  • ManyLinux images expose python bin dir to env.
  • Improve macos support by removing the necessity for an external wheel-fixup script - everything is covered by CMake
  • Intro ci job and auto tests

Full Changelog: v1.0.1...v1.1.0

v1.0.1

09 Sep 08:14

Choose a tag to compare

Small patch release to close #14

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Jul 10:04
a6af975

Choose a tag to compare

What's Changed

  • Remove exit 0 from test-wheel.bash and enable set -e by @josephbirkner in #9
  • Exit with error from test-wheel.bash if a background task failed. by @l-laura in #8
  • Added support for adding additional python project inside the wheel by @neel in #12
  • Use CMake's internal RPATH setting by @Stat1cV01D in #13
  • Add support for Python 3.13 by @MisterGC in #15
  • docker: Support arm64 manylinux image and wheel creation. by @MisterGC in #16

New Contributors

Full Changelog: v0.9.0...v1.0.0

v0.9.0

24 Jul 14:10
760888a

Choose a tag to compare

Merge pull request #7 from Klebert-Engineering/debug-macos-zswag-build

Enable macos zswag build