From 610d7436db637dc403e1af6890102a9298525537 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sat, 14 Jan 2023 21:30:55 +0100 Subject: [PATCH] build(python): Fix sdist --- bindings/python/tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/tox.ini b/bindings/python/tox.ini index e23c4f3..02b91cc 100644 --- a/bindings/python/tox.ini +++ b/bindings/python/tox.ini @@ -20,6 +20,8 @@ deps = setuptools-rust commands = ./build-sdist.sh +allowlist_externals = + ./build-sdist.sh [testenv:build-wheel] passenv =