Skip to content

Commit

Permalink
update build script for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 19, 2023
1 parent 365bebe commit d36c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ rm -rf "$DBT_PATH"/build
mkdir -p "$DBT_PATH"/dist

cd "$DBT_PATH"
$PYTHON_BIN pyproject.toml sdist bdist_wheel
$PYTHON_BIN -m build

set +x

0 comments on commit d36c248

Please sign in to comment.