Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 #80

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 #80

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- "README.md"
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Check conventional commits
uses: webiny/action-conventional-commits@v1.4.2
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
pip install --upgrade pip setuptools wheel pycodestyle
pip install -r requirements.txt
- name: PEP8
run: |
pycodestyle .