Skip to content

feat: add auto mantle bot option to enhanced version (#27) #14

feat: add auto mantle bot option to enhanced version (#27)

feat: add auto mantle bot option to enhanced version (#27) #14

Workflow file for this run

name: Build Fastfiles on Tag
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build-patch:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.22"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- name: Build fastfiles
run: |
make build-fastfiles
- name: Upload fastfiles to release
uses: softprops/action-gh-release@v2
with:
fail_on_unmatched_files: true
files: build/*.zip