Skip to content

chore: update pre-commit hooks (#45) #278

chore: update pre-commit hooks (#45)

chore: update pre-commit hooks (#45) #278

Workflow file for this run

name: Python CI
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [created]
workflow_dispatch:
jobs:
validation:
strategy:
fail-fast: false
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
uses: YaoYinYing/action-python/.github/workflows/[email protected]
with:
workdir: "."
python-version: ${{ matrix.python }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
publish:
strategy:
fail-fast: false
uses: microsoft/action-python/.github/workflows/[email protected]
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}