From 55b309aac84643acbfee0ad1bad7085db6bbe507 Mon Sep 17 00:00:00 2001 From: sajjad isvand Date: Fri, 14 Jun 2024 22:35:30 +0330 Subject: [PATCH] chore: Update release.yml to install Python setuptools and Python@3.11 --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63b8d8a..b5246e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,10 @@ jobs: cache: npm - name: Install Python - run: brew install python + run: brew install python@3.11 + + - name: "Install Python setuptools" + run: brew install python-setuptools - name: Install Build Tools run: |