Closed amitds1997 closed 2 weeks ago
Sorry, I totally lost track of this and noticed it when looking at selene myself! Rather than making the download destination configurable, I'm instead using the build directory. That should achieve the same goal of avoiding conflicting file names.
I am trying to use this package to provide GitHub release pre-commit hook for selene just like StyLua.
The problem:
selene
release packages the binaryselene
and that conflicts with the top level folderselene
in the repo. So, the error is:This does not happen when using the CLI command because it allows specifying destination.
Reproduction steps
pip wheel .
directly or in a virtualenvPossible resolution
destination
in pyproject configuration (source).destination
todownload_asset
call.