Skip to content

Commit

Permalink
Merge pull request #84 from rahil-makadia/dev
Browse files Browse the repository at this point in the history
updated cibuildwheel for new build process
  • Loading branch information
rahil-makadia authored Nov 8, 2024
2 parents e99ff5a + 41911e6 commit d2531f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grss/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.5
4.3.6
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ dependencies = {file = "requirements.txt"}

[tool.cibuildwheel]
before-build = [
"cd ./extern/",
"python3 get_cspice.py",
"cd ..",
"pip install pybind11",
". ./build_cpp.sh -clean",
]
Expand Down

0 comments on commit d2531f3

Please sign in to comment.