From a919f4a175c6a8bfc626acd3f26f43a64d06da71 Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Tue, 14 May 2024 22:51:52 -0400 Subject: [PATCH] debug macos --- .github/workflows/build_wheels.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index da74c2cc27..79c0c7db2b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -17,10 +17,8 @@ jobs: strategy: fail-fast: false matrix: -# os: [ macos-latest, ubuntu-latest, windows-latest ] -# python: [ cp39, cp310, cp311 , cp312 ] - os: [ macos-latest ] - python: [ cp310 ] + os: [ macos-latest, ubuntu-latest, windows-latest ] + python: [ cp39, cp310, cp311 , cp312 ] arch: [ auto64 ] steps: @@ -48,8 +46,7 @@ jobs: CIBW_BUILD: "${{ matrix.python }}-*" CIBW_SKIP: "*-musllinux_*" CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15 - CIBW_TEST_COMMAND_MACOS: pytest {package}/tests/ - ACTIONS_RUNNER_DEBUG: true + CIBW_TEST_COMMAND_MACOS: '' - name: Install MSVC amd64 if: runner.os == 'Windows' @@ -112,7 +109,7 @@ jobs: merge-multiple: true - name: Publish to testpypi - if: ${{ github.event.inputs.target == 'TESTPYPI2' }} + if: ${{ github.event.inputs.target == 'TESTPYPI' }} uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__