From bb7fb49484bb3687041061b2fdbbfae3959be54b Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Wed, 5 Oct 2022 14:27:14 +0100 Subject: MLIA-619 Use --build-option flag when building MLIA Replace --global-option flag with --build-option flag to pass the platform name when building MLIA. Change-Id: I4b66a6480e0713070c5db35d4301a0129c5af330 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ce6f1a6..b2f5cfc 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ description = Build a wheel file (platform name as optional argument [manylinux2 deps = build commands = - python -m build --wheel --config-setting=--global-option=--plat-name={posargs:manylinux2014_x86_64} + python -m build --wheel --config-setting=--build-option=--plat-name={posargs:manylinux2014_x86_64} [testenv:docs] description = Create the documentation. -- cgit v1.2.1