Skip to content

Releases: conan-io/conan-py-build

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 10:35

What's Changed

  • Unify METADATA and PKG-INFO generation by @czoido in #18
  • Add PEP 639 support: include license files in wheel and sdist metadata by @czoido in #17
  • Add support for overriding profiles and add nanobind example by @czoido in #20
  • Use conan build + conan export-pkg in build flow by @czoido in #19
  • Add build_editable hook for PEP 660 editable wheels by @davidsanfal in #21
  • Add CONAN_PY_BUILD_PROFILE_AUTODETECT to use a local autodetected profile instead of Conan's default by @czoido in #24
  • Add source() step by @czoido in #25
  • Support conanfile-path for recipe in a subdirectory by @czoido in #26

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 16:58

What's Changed

  • Add conan-py-build by @czoido in #1
  • Install extensions via cmake.install() by @czoido in #2
  • Disable CMakeUserPresets.json generation by @czoido in #5
  • Support dynamic version via version-file by @czoido in #7
  • Add sdist include/exclude config by @czoido in #11
  • Add support for defining where Python packages are located to create the wheel by @davidsanfal in #10
  • Add support multiple wheel packages to examples by @czoido in #12
  • Pass directory and not depend on cwd by @czoido in #13
  • Add minimal unit and integration tests by @czoido in #14
  • Add release workflow by @czoido in #15
  • Update README and examples pyproject by @czoido in #16

New Contributors

Full Changelog: https://github.com/conan-io/conan-py-build/commits/v0.1.0