Skip to content

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 #217

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

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 #217

Workflow file for this run

name: News
on:
pull_request:
jobs:
news:
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'pre-commit-ci[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install towncrier
- name: Check for news
run: python -m towncrier check --compare-with origin/main