diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce8cae6..25364e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,9 +43,9 @@ jobs: matrix: platform: - target: x64 - interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.8 3.9 3.10 3.11 3.12 - target: x86 - interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.8 3.9 3.10 3.11 3.12 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5