Skip to content

Commit

Permalink
WiP: publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Nov 6, 2023
1 parent ad9e0e4 commit 14e9b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/origen_metal/poetry_build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pathlib, shutil, os, sys

sys.path.insert(0, str(pathlib.Path(__file__).parent.parent.joinpath("origen")))
sys.path.insert(0, str(pathlib.Path(__file__).parent.parent.joinpath("origen").joinpath("build_helpers")))
import build_helpers
from build_helpers import windows, compile_rust, publish_step, ls_dir

Expand Down

0 comments on commit 14e9b2c

Please sign in to comment.