Skip to content

Punchboot-tool merge #18

Punchboot-tool merge

Punchboot-tool merge #18

name: Build punchboot-tools
#push
on: [pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v4
- if: startsWith(matrix.os, 'windows') == true
name: Install libusb
working-directory: ${{env.GITHUB_WORKSPACE}}
run: vcpkg install libusb
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
with:
package-dir: .
output-dir: wheelhouse
config-file: "pyproject.toml"
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl