You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use build scripts that aren't run from within the project directory because we are building multiple projects at the same time.
We use the command poetry -C ${dir} build-project -f wheel to build the project.
In the pyproject.toml file we use a relative path:
We use build scripts that aren't run from within the project directory because we are building multiple projects at the same time.
We use the command
poetry -C ${dir} build-project -f wheel
to build the project.In the pyproject.toml file we use a relative path:
However, the bumpverision plugin doesn't pay attention to -C, but only uses cwd, so the relative path is not interpreted properly and it fails.
The text was updated successfully, but these errors were encountered: