Skip to content

Test PR - DO NOT MERGE - Testing for GH Action added in PR #430 #19

Test PR - DO NOT MERGE - Testing for GH Action added in PR #430

Test PR - DO NOT MERGE - Testing for GH Action added in PR #430 #19

name: Check Python package version numbers
on:
pull_request_target:
paths:
- '**/pyproject.toml'
- 'packages/**/__about__.py'
permissions:
id-token: write
contents: read
jobs:
check:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: ./.github/workflows/reusable-check-python-package-versions.yaml
with:
before_commit: ${{ github.event.pull_request.base.sha }}
after_commit: ${{ github.event.pull_request.head.sha }}