From eec89b77aa75368237bc77b169f162feae023f20 Mon Sep 17 00:00:00 2001 From: r-leyshon Date: Thu, 4 Jul 2024 14:28:56 +0100 Subject: [PATCH] chore: No upload to PYPI with Windows --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 85dc177..4d7a4ed 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -47,7 +47,7 @@ jobs: Publish Python 🐍 distribution 📦 to PyPI strategy: matrix: - runs-on: [ubuntu-latest, macos-latest, windows-latest] + runs-on: [ubuntu-latest, macos-latest] # container action only available on linux runs-on: ${{ matrix.runs-on }} if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes environment: