Skip to content

build(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 #222

build(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1

build(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 #222

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "^3.11"
cache: pip
- name: lint
run: make lint INSTALL_EXTRA=lint