From cece9f0d2dcf7598913573b4d2c842edce444e0b Mon Sep 17 00:00:00 2001 From: legregam Date: Mon, 22 May 2023 10:46:38 +0200 Subject: [PATCH] Test on push --- .github/workflows/deploy_test_pypi.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_test_pypi.yml b/.github/workflows/deploy_test_pypi.yml index f0edab7..d17d646 100644 --- a/.github/workflows/deploy_test_pypi.yml +++ b/.github/workflows/deploy_test_pypi.yml @@ -3,7 +3,14 @@ name: Build and publish python package to test pypi on: [push] jobs: - checkout_build_publish: + ci: + strategy: + fail-fast: false + matrix: + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + poetry-version: ["1.0", "1.1.15"] + os: [ubuntu-18.04, macos-latest, windows-latest] + runs-on: ${{ matrix.os }} steps: - name: Checkout Repository # You must checkout your repository first. uses: actions/checkout@v3