From 8f5b25507ec5aacd68037849f84bcb5dd2853e07 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 5 Jun 2024 19:23:28 +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 ad8d7c8..ac91812 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