Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vnherdeiro committed Sep 7, 2024
1 parent 35a698a commit 2920b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ if test "${BUILD_SDIST}" = true; then
python -m build \
--sdist \
--outdir ../dist \
${BUILD_ARGS:+ -o "$BUILD_ARGS"} \
${BUILD_ARGS:+${BUILD_ARGS}} \
.
fi

Expand All @@ -356,7 +356,7 @@ if test "${BUILD_WHEEL}" = true; then
python -m build \
--wheel \
--outdir ../dist \
${BUILD_ARGS:+ -o "$BUILD_ARGS"} \
${BUILD_ARGS:+${BUILD_ARGS}} \
.
fi

Expand Down

0 comments on commit 2920b60

Please sign in to comment.