Skip to content

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 #537

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 #537

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1