Skip to content

Bump pygments from 2.19.1 to 2.20.0 (#341) #200

Bump pygments from 2.19.1 to 2.20.0 (#341)

Bump pygments from 2.19.1 to 2.20.0 (#341) #200

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Install uv and set the Python version
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
with:
version: 0.6.11
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.6.0
with:
python-version-file: .python-version
- name: Build the package
run: uv build