Skip to content

Merge branch 'main' of github.com:tay10r/uikit #3

Merge branch 'main' of github.com:tay10r/uikit

Merge branch 'main' of github.com:tay10r/uikit #3

name: Build Python Package (Windows 2022)
on: push
permissions:
contents: read
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build