Skip to content

chore(deps): Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 #422

chore(deps): Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0

chore(deps): Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 #422

Workflow file for this run

# SPDX-License-Identifier: AGPL-3.0-or-later
# © 1998–2026 Miroslav Šotek. All rights reserved.
# Contact: www.anulum.li | protoscience@anulum.li
name: Pre-commit
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
permissions: {}
concurrency:
group: pre-commit-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: "3.12"
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1