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
I have developed a publishing plugin to do some specialized internal tasks. The plugin itself works fine when hatch is installed via pip (along with my plugin). However, if I try with the binary (msi) installed version of hatch, I cannot for the life of me figure out how to install my plugin into the binary's publish environment.
The build system provides a way to customize the environment via build-system.requires. Is there something similar for the publish system?
Current behavior
I have developed a publishing plugin to do some specialized internal tasks. The plugin itself works fine when hatch is installed via pip (along with my plugin). However, if I try with the binary (msi) installed version of hatch, I cannot for the life of me figure out how to install my plugin into the binary's publish environment.
The build system provides a way to customize the environment via
build-system.requires
. Is there something similar for the publish system?Expected behavior
Have some way to specify publish plugins for binary/msi based installations of hatch
Debug
Installation
Configuration
No related changes other then repository definitions.
The text was updated successfully, but these errors were encountered: