From 8031654ba768199708d1e456da516ac8bfdcc166 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Mon, 19 Aug 2024 18:19:15 -0600 Subject: [PATCH] Update buildwheels_macos.yml --- .github/workflows/buildwheels_macos.yml | 58 ++++++++++++------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/buildwheels_macos.yml b/.github/workflows/buildwheels_macos.yml index 3412af6999..c033bb4562 100644 --- a/.github/workflows/buildwheels_macos.yml +++ b/.github/workflows/buildwheels_macos.yml @@ -25,10 +25,10 @@ jobs: CIBW_CONFIG_SETTINGS: "cmake.define.ENABLE_PYTHON_EMBED=OFF" CIBW_CONFIG_SETTINGS_MACOS: "cmake.define.CMAKE_Fortran_COMPILER=gfortran-12 cmake.define.CMAKE_OSX_DEPLOYMENT_TARGET=10.13 cmake.define.PYGENTEN_OPENMP=OFF cmake.define.PYGENTEN_SERIAL=ON" CIBW_ENVIRONMENT_MACOS: OpenMP_ROOT="$(brew --prefix)/opt/libomp" MACOSX_DEPLOYMENT_TARGET=10.13 - CIBW_TEST_REQUIRES: pytest - CIBW_TEST_COMMAND: > - cd {package} && - pytest python/test + # CIBW_TEST_REQUIRES: pytest + # CIBW_TEST_COMMAND: > + # cd {package} && + # pytest python/test - name: Upload distributions uses: actions/upload-artifact@v4 @@ -36,28 +36,28 @@ jobs: name: release-dists path: dist/ - pypi-publish: - runs-on: ubuntu-latest - - needs: - - build-wheels - - permissions: - id-token: write - - # Dedicated environments with protections for publishing are strongly recommended. - environment: - name: pypi - url: https://pypi.org/project/pygenten/ - - steps: - - name: Retrieve release distributions - uses: actions/download-artifact@v4 - with: - name: release-dists - path: dist/ - - - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - skip-existing: true + # pypi-publish: + # runs-on: ubuntu-latest + + # needs: + # - build-wheels + + # permissions: + # id-token: write + + # # Dedicated environments with protections for publishing are strongly recommended. + # environment: + # name: pypi + # url: https://pypi.org/project/pygenten/ + + # steps: + # - name: Retrieve release distributions + # uses: actions/download-artifact@v4 + # with: + # name: release-dists + # path: dist/ + + # - name: Publish release distributions to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # skip-existing: true