From afbaab673d03d41972ddb8aafc328fd960b4e907 Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Thu, 15 Feb 2024 13:21:45 +0000 Subject: [PATCH] ci - install setuptools --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87ea283..bb1d7cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,6 +88,7 @@ jobs: $version = "$($ver).$($env:CIRCLE_BUILD_NUM)" echo $semver python patch_version.py $semver + pip install setuptools python setup.py sdist bdist_wheel Copy-Item -Path "dist\speckle_toolbox-$($ver)-py3-none-any.whl" -Destination "speckle_arcgis_installer" - run: