Skip to content

Commit

Permalink
copy path updates toml2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyMinucci committed Sep 16, 2024
1 parent 0c429d0 commit b588d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject_cibw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ before-build = [
"cd build",
"cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON ..",
"cmake --build . --config Release",
"cp liblibvpop.so /home/runner/work/pybeepop/pybeepop/pybeepop/lib",
"mv -f /home/runner/work/pybeepop/pybeepop/pybeepop/lib/liblibvpop.so /home/runner/work/pybeepop/pybeepop/pybeepop/lib/beepop_linux_test.so",
"cp liblibvpop.so /home/runner/work/pybeepop/pybeepop/lib",
"mv -f /home/runner/work/pybeepop/pybeepop/lib/liblibvpop.so /home/runner/work/pybeepop/pybeepop/lib/beepop_linux_test.so",
]

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit b588d79

Please sign in to comment.