Skip to content

Add type hints, Clean up repository (#5) #16

Add type hints, Clean up repository (#5)

Add type hints, Clean up repository (#5) #16

name: cydoomgeneric
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install cydoomgeneric
run: |
python -m pip install .
- name: Install build
run: |
python -m pip install build
- name: Build wheel
run: |
python -m build --wheel