From ff5fb2615cd0a1d78647b42a2418939e26204c0b Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 5 Jun 2024 06:19:30 +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 fb40853..a613300 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 - uses: actions/setup-python@v5