Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in /.github/workflows #11812

Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in /.github/workflows

Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in /.github/workflows #11812

Workflow file for this run

name: Check PR change log
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
changelog_checker:
name: Check if change log entry is correct
runs-on: ubuntu-latest
steps:
- name: Check change log entry
uses: scientific-python/action-check-changelogfile@1fc669db9618167166d5a16c10282044f51805c0 # 0.3
env:
CHANGELOG_FILENAME: CHANGES.rst
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}