Skip to content

Prevent __main__.py from attempting to execute on Windows. #48

Prevent __main__.py from attempting to execute on Windows.

Prevent __main__.py from attempting to execute on Windows. #48

Workflow file for this run

name: "Build"
on: ["pull_request"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: pipx run build