Skip to content

Bump pymdown-extensions from 10.12 to 10.16.1 in the uv group across 1 directory #15

Bump pymdown-extensions from 10.12 to 10.16.1 in the uv group across 1 directory

Bump pymdown-extensions from 10.12 to 10.16.1 in the uv group across 1 directory #15

name: Build executable
on:
pull_request:
branches: [main]
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
submodules: true
- name: "Set up Python"
uses: actions/setup-python@v6
with:
python-version-file: ".python-version"
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v7
- name: Build executable
run: |
uv sync
uv run pyinstaller l10nUtil.spec
- name: Upload artifact
uses: actions/upload-artifact@v7
with:
name: l10nUtil
path: dist/l10nUtil.exe
archive: false