Skip to content

Commit

Permalink
fix: add proper build initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 26, 2024
1 parent dacdf16 commit c5622a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def run(self):

class build(_build):
def run(self):
_build.run(self)
_build_binaries = self.get_finalized_command("build_binaries")
_build_binaries.run()
_build.run(self)
Expand Down

0 comments on commit c5622a1

Please sign in to comment.