Skip to content

Commit

Permalink
rename build arg.
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <touma@us.ibm.com>
  • Loading branch information
touma-I committed Oct 9, 2024
1 parent 38a681a commit ca5090e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ endif
rm -rf dist || true
rm -rf src/*egg-info || true
${PIP} install --upgrade build
${PYTHON} -m build $(BUILD_WHEEL_ARG)
${PYTHON} -m build $(BUILD_WHEEL_EXTRA_ARG)

# Publish the distribution in the dist directory, usually created with .defaults.build-dist target
.PHONY: .defaults.publish-dist
Expand Down
2 changes: 1 addition & 1 deletion data-processing-lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ set-versions:


build-pkg-dist::
$(MAKE) .defaults.build-dist BUILD_WHEEL_ARG=-w
$(MAKE) .defaults.build-dist BUILD_WHEEL_EXTRA_ARG=-w

publish-dist :: .defaults.publish-dist

2 changes: 1 addition & 1 deletion transforms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ build-pkg-dist:
fi \
done
# Only needs to build the whl
$(MAKE) BUILD_WHEEL_ARG=-w .defaults.build-dist
$(MAKE) BUILD_WHEEL_EXTRA_ARG=-w .defaults.build-dist
-rm -fr src

test-pkg-dist:
Expand Down

0 comments on commit ca5090e

Please sign in to comment.