deactivate force deploy

This commit is contained in:
Martin Bubel 2024-01-15 00:16:14 +01:00
parent 368d74d643
commit 8eb2341cf9

View file

@ -99,7 +99,7 @@ jobs:
pytest GPy/testing pytest GPy/testing
build-windows: build-windows:
# if: github.event_name == 'release' if: github.event_name == 'release'
strategy: strategy:
matrix: matrix:
os: [windows-latest] os: [windows-latest]
@ -132,7 +132,7 @@ jobs:
path: dist path: dist
build-macos: build-macos:
# if: github.event_name == 'release' if: github.event_name == 'release'
strategy: strategy:
matrix: matrix:
os: [macos-latest] os: [macos-latest]
@ -164,7 +164,7 @@ jobs:
path: dist/* path: dist/*
build-linux: build-linux:
# if: github.event_name == 'release' if: github.event_name == 'release'
strategy: strategy:
matrix: matrix:
python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312'] python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312']
@ -216,7 +216,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test-windows, test-linux, test-macos, build-linux, build-windows, build-macos] needs: [test-windows, test-linux, test-macos, build-linux, build-windows, build-macos]
# if: github.event_name == 'release' if: github.event_name == 'release'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4