Skip to content

Fix building the wheel for windows #18

Fix building the wheel for windows

Fix building the wheel for windows #18

name: Wheel builder
on:
pull_request:
types:
- labeled
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
wheelbuilder:
uses: ./.github/workflows/REUSABLE-wheeler.yaml
if: github.event.label.name == 'test-wheels'
with:
release: false
secrets: inherit