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