From 2820174861b50e50fb2c1d12e252a796a7fd3887 Mon Sep 17 00:00:00 2001 From: chrisjbillington Date: Wed, 27 Nov 2024 14:50:09 +1100 Subject: [PATCH] Try default macos environment --- .github/workflows/release.yml | 60 +++++++++++++++++------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3b7b3a..ff37d69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,11 +119,11 @@ jobs: architecture: ${{ matrix.arch }} miniconda-version: "latest" - - name: Workaround conda-build incompatibility with xcode 12+ - if: runner.os == 'macOS' - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest-stable + # - name: Workaround conda-build incompatibility with xcode 12+ + # if: runner.os == 'macOS' + # uses: maxim-lobanov/setup-xcode@v1 + # with: + # xcode-version: latest-stable - name: Conda package (Unix) if: (matrix.conda && runner.os != 'Windows') @@ -147,34 +147,34 @@ jobs: path: ./conda_packages - manylinux: - name: Build Manylinux - runs-on: ubuntu-latest - if: github.repository == 'chrisjbillington/desktop-app' - steps: - - name: Checkout - if: env.PURE == 'false' - uses: actions/checkout@v4 - with: - fetch-depth: 0 + # manylinux: + # name: Build Manylinux + # runs-on: ubuntu-latest + # if: github.repository == 'chrisjbillington/desktop-app' + # steps: + # - name: Checkout + # if: env.PURE == 'false' + # uses: actions/checkout@v4 + # with: + # fetch-depth: 0 - - name: Ignore Tags - if: contains(github.ref, '/tags') && env.PURE == 'false' - run: git tag -d $(git tag --points-at HEAD) + # - name: Ignore Tags + # if: contains(github.ref, '/tags') && env.PURE == 'false' + # run: git tag -d $(git tag --points-at HEAD) - - name: Build Manylinux Wheels - if: env.PURE == 'false' - uses: RalfG/python-wheels-manylinux-build@v0.4.2 - with: - python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311' - pre-build-command: 'git config --global --add safe.directory "*"' + # - name: Build Manylinux Wheels + # if: env.PURE == 'false' + # uses: RalfG/python-wheels-manylinux-build@v0.4.2 + # with: + # python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311' + # pre-build-command: 'git config --global --add safe.directory "*"' - - name: Upload Artifact - if: env.PURE == 'false' - uses: actions/upload-artifact@v4 - with: - name: dist-manylinux - path: dist/*manylinux*.whl + # - name: Upload Artifact + # if: env.PURE == 'false' + # uses: actions/upload-artifact@v4 + # with: + # name: dist-manylinux + # path: dist/*manylinux*.whl # release: # name: Release