Skip to content

fix: pre-commit config: bump pycln to working version after PyYAML v5.X dependencies stopped working #363

fix: pre-commit config: bump pycln to working version after PyYAML v5.X dependencies stopped working

fix: pre-commit config: bump pycln to working version after PyYAML v5.X dependencies stopped working #363

Workflow file for this run

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [created]
workflow_dispatch:
jobs:
validation:
uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4
with:
workdir: '.'
publish:
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}