From 9fc56a32546a5512c2560b1ead46b40ebf293d44 Mon Sep 17 00:00:00 2001 From: Ivan Finch Date: Thu, 12 Sep 2024 22:51:00 +0100 Subject: [PATCH] Final restructure for tonight --- .github/workflows/publish-to-test-pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index a118fd1..b6101d8 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -20,12 +20,12 @@ jobs: name: Run tests on multiple Python versions needs: - lint - runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, mac-latest] python-version: ["3.11", "3.12"] + runs-on: ${{ matrix.os }} + continue-on-error: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -53,7 +53,7 @@ jobs: build: name: Build distribution 📦 needs: - - lint + - test runs-on: ubuntu-latest steps: - uses: actions/checkout@v4