Skip to content

Commit

Permalink
change directories out of source so that client is built in site-pack…
Browse files Browse the repository at this point in the history
…ages of distrubution
  • Loading branch information
bmaranville committed Oct 10, 2024
1 parent e75eec5 commit 20298a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/build_conda_packed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ $bindir/python -m pip install --no-input --no-compile numba
$bindir/python -m pip install --no-input --no-compile .[webview]
$bindir/python -m pip install orsopy

cd $tmpdir
# build the client
$bindir/python -m refl1d.webview.build_client --cleanup

cd $tmpdir
version=$($bindir/python -c "import refl1d; print(refl1d.__version__)")
mv "$tmpdir/$PKGNAME" "$tmpdir/$PKGNAME-$version"

Expand Down

0 comments on commit 20298a9

Please sign in to comment.