From 6a387fb51315fbcb21aa5e18dcb50f07157abe52 Mon Sep 17 00:00:00 2001 From: Jan Clemens Date: Mon, 18 Mar 2024 18:09:12 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f353326..b56210c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,10 +19,10 @@ jobs: strategy: fail-fast: False matrix: - python-version: [3.9, '3.10'] - os: [ubuntu-latest, windows-latest, macOS-13, macOS-14] - # python-version: ['3.10'] - # os: [windows-latest] + # python-version: [3.9, '3.10'] + # os: [ubuntu-latest, windows-latest, macOS-13, macOS-14] + python-version: ['3.10'] + os: [windows-latest] defaults: # https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell run: shell: bash -l {0}