Skip to content

name

name #1

name: Build Test PyPi Wheels on Windows
on:
push:
branches: [ "main", "feat/win-compilation-test" ]
workflow_dispatch:
permissions:
contents: read
jobs:
build_wheels_linux_x64:
name: Build wheels on ${{ matrix.platform }} (x64) for TestPyPi
uses: ./.github/workflows/_build_wheel_job.yml
with:
runner: ${{ matrix.os }}
pypi_repository_url: https://test.pypi.org/legacy/
secrets:
PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
strategy:
fail-fast: false
max-parallel: 1
matrix:
include:
- os: windows-2022
- os: windows-2025
- os: windows-amd
- os: windows-g9i