tttapa / py-build-cmake

Modern, PEP 517 compliant build backend for creating Python packages with extensions built using CMake.
https://pypi.org/project/py-build-cmake
MIT License
38 stars 6 forks source link

Feature: support wheel build tag #32

Open ilya-lavrenov opened 2 weeks ago

ilya-lavrenov commented 2 weeks ago

It's convenient to name wheels like openvino_tokenizers-2024.1.0.2-90-py3-none-manylinux_2_17_x86_64.whl with wheel build tag to identify particular build on CI service.

Build number is part of dist-info/WHEEL file. Example:

...
Build: 90

Some solutions allows to specify it via env variable during build process on CI.