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 14e9b2c commit fbb26b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/origen_metal/poetry_build.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
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
sys.path.insert(0, str(pathlib.Path(os.path.abspath(__file__)).parent.parent.joinpath("origen")))
from build_helpers import windows, compile_rust, publish_step, ls_dir

if __name__ == '__main__':
Expand Down

0 comments on commit fbb26b0

Please sign in to comment.