From e4a1612814ed55a7f362eeedc077cc6106d4b32e Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 6 Jun 2024 05:27:39 +0300 Subject: [PATCH] Update PyPI.yml --- .github/workflows/PyPI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PyPI.yml b/.github/workflows/PyPI.yml index 16fafcb..e52fae1 100644 --- a/.github/workflows/PyPI.yml +++ b/.github/workflows/PyPI.yml @@ -55,8 +55,8 @@ jobs: platform: - runner: windows-latest target: x64 - - runner: windows-latest - target: x86 + # - runner: windows-latest + # target: x86 steps: - uses: actions/checkout@v4 with: