Skip to content

Add gitlab ci file

Add gitlab ci file #1

Workflow file for this run

on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: windows-latest
arch: x86_64
- os: ubuntu-latest
arch: x86_64
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build wheels
uses: pypa/[email protected]