diff --git a/.github/workflows/deploy-wheels.yml b/.github/workflows/deploy-wheels.yml index 78fae93..85a9748 100644 --- a/.github/workflows/deploy-wheels.yml +++ b/.github/workflows/deploy-wheels.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: "3.10" if: ${{ matrix.os != 'macos-14' && matrix.os != 'macos-latest' }} - name: Install LLVM uses: ./.github/actions/install-llvm