Skip to content

chore(deps): Bump astral-sh/ruff-action from 3.2.0 to 3.6.1 #170

chore(deps): Bump astral-sh/ruff-action from 3.2.0 to 3.6.1

chore(deps): Bump astral-sh/ruff-action from 3.2.0 to 3.6.1 #170

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Helio Chissini de Castro <heliocastro@gmail.com>
#
# SPDX-License-Identifier: MIT
name: Build
permissions:
contents: read
pull-requests: write
on:
workflow_run:
workflows:
- Validation
types:
- completed
workflow_dispatch:
push:
tags:
- 'v*'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
name: Build Python Ort
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
activate-environment: true
- name: Build 📦 package
shell: bash
run: |
uv build