Open vgolskiy opened 2 weeks ago
There is a lot of build tags editing discussion, however nothing about main wheel name editing, so it could look like: {project_name}-{build_version}-{build_tag}.whl I'm trying to force hatch build using project.name from pyproject.toml parameters
{project_name}-{build_version}-{build_tag}.whl
hatch build
project.name
pyproject.toml
There is a lot of build tags editing discussion, however nothing about main wheel name editing, so it could look like:
{project_name}-{build_version}-{build_tag}.whl
I'm trying to forcehatch build
usingproject.name
frompyproject.toml
parameters