Skip to content

Setup reusable poetry workflow. #24

Setup reusable poetry workflow.

Setup reusable poetry workflow. #24

Workflow file for this run

name: build
on: [push]
jobs:
build-executable:
strategy:
matrix:
os: [windows-latest, macos-latest]
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-poetry-nox
- name: Build `romt` executable
run: poetry run nox -s build
- uses: actions/upload-artifact@v4
with:
name: "dist-${{ matrix.os }}"
path: dist/