We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584d00e commit d6d56fcCopy full SHA for d6d56fc
hatch_build.py
@@ -22,6 +22,6 @@ class CustomHook(BuildHookInterface):
22
23
def initialize(self, version, build_data):
24
"""Initialize the hook."""
25
- if self.target_name not in ["wheel", "sdist"]:
+ if self.target_name not in ["sdist"]:
26
return
27
build_nbextension()
0 commit comments