-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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 binary selene and that conflicts with the top level folder selene in the repo. So, the error is:
IsADirectoryError: [Errno 21] Is a directory: '<local-path>/selene/selene'This does not happen when using the CLI command because it allows specifying destination.
Reproduction steps
- Clone amitds1997/selene
- Run
pip wheel .directly or in a virtualenv
Possible resolution
- Allow passing
destinationin pyproject configuration (source). - Pass
destinationtodownload_assetcall.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels