From 78f64d45dc4fd79c86ec0ec1f3505206c175dc2a Mon Sep 17 00:00:00 2001 From: James Kermode Date: Wed, 12 Oct 2022 11:11:32 +0100 Subject: [PATCH] Update build-wheels.yml --- .github/workflows/build-wheels.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index ac3a0eaf..aa2e6450 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] fail-fast: false steps: @@ -42,10 +42,10 @@ jobs: CIBW_TEST_SKIP: "*" # Uncomment to get SSH access for testing - - name: Setup tmate session - if: failure() - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 +# - name: Setup tmate session +# if: failure() +# uses: mxschmitt/action-tmate@v3 +# timeout-minutes: 15 - uses: actions/upload-artifact@v2 with: @@ -65,6 +65,7 @@ jobs: if [[ ${{ github.ref }} =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then echo ::set-output name=match::true fi + - name: Deploy to PyPI if: steps.check-tag.outputs.match == 'true' run: |