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: |