From 368d74d643e8dedf51c544786970a66db3fcb92f Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 15 Jan 2024 00:15:45 +0100 Subject: [PATCH 1/2] force deploy --- .github/workflows/test-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 2b4f0454..adcdd2a0 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -99,7 +99,7 @@ jobs: pytest GPy/testing build-windows: - if: github.event_name == 'release' + # if: github.event_name == 'release' strategy: matrix: os: [windows-latest] @@ -132,7 +132,7 @@ jobs: path: dist build-macos: - if: github.event_name == 'release' + # if: github.event_name == 'release' strategy: matrix: os: [macos-latest] @@ -164,7 +164,7 @@ jobs: path: dist/* build-linux: - if: github.event_name == 'release' + # if: github.event_name == 'release' strategy: matrix: python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312'] @@ -216,7 +216,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: [test-windows, test-linux, test-macos, build-linux, build-windows, build-macos] - if: github.event_name == 'release' + # if: github.event_name == 'release' steps: - name: Checkout uses: actions/checkout@v4 From 8eb2341cf99bcba7d5b5bae744a7e0f7c8d56b48 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 15 Jan 2024 00:16:14 +0100 Subject: [PATCH 2/2] deactivate force deploy --- .github/workflows/test-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index adcdd2a0..2b4f0454 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -99,7 +99,7 @@ jobs: pytest GPy/testing build-windows: - # if: github.event_name == 'release' + if: github.event_name == 'release' strategy: matrix: os: [windows-latest] @@ -132,7 +132,7 @@ jobs: path: dist build-macos: - # if: github.event_name == 'release' + if: github.event_name == 'release' strategy: matrix: os: [macos-latest] @@ -164,7 +164,7 @@ jobs: path: dist/* build-linux: - # if: github.event_name == 'release' + if: github.event_name == 'release' strategy: matrix: python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312'] @@ -216,7 +216,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: [test-windows, test-linux, test-macos, build-linux, build-windows, build-macos] - # if: github.event_name == 'release' + if: github.event_name == 'release' steps: - name: Checkout uses: actions/checkout@v4