ci - install setuptools

This commit is contained in:
KatKatKateryna
2024-02-15 13:21:45 +00:00
parent 476fddd120
commit afbaab673d
+1
View File
@@ -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: