Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.12.2 #578

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

Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.12.2 #578

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: pyscope
jupyter: true
- uses: isort/[email protected]
with:
configuration: profile=black