Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary installation (msi) of hatch does not find publish plugins #1916

Open
he-paulocristini opened this issue Feb 17, 2025 · 0 comments
Open

Comments

@he-paulocristini
Copy link

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?

hatch publish -p my_plugin
Unknown publisher: my_plugin

Expected behavior

Have some way to specify publish plugins for binary/msi based installations of hatch

Debug

Installation

  • Source: binary
  • Version: 1.14.0
  • Platform: Windows
  • Python version:
    3.12.3 (main, Apr 15 2024, 17:48:16) [MSC v.1929 64 bit (AMD64)]
    

Configuration

No related changes other then repository definitions.

mode = "local"
shell = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant