Skip to content

Build and release difflib-parser to PyPi #3

Build and release difflib-parser to PyPi

Build and release difflib-parser to PyPi #3

Workflow file for this run

name: Build and release difflib-parser to PyPi
on:
workflow_run:
workflows:
- Bump version tag on merge
types:
- completed
workflow_dispatch:
push:
tags:
- "v*.*.*"
permissions:
contents: write
pull-requests: write
packages: read
issues: read
jobs:
prepare:
uses: git-mastery/actions/.github/workflows/get-latest-tag.yml@main

Check failure on line 22 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Build and release difflib-parser to PyPi

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 22, Col: 11): Secret ORG_PAT is required, but not provided while calling.
publish:
needs: prepare
uses: git-mastery/actions/.github/workflows/publish-pypi-library.yml@main
with:
library_path: src/difflib_parser
ref_name: ${{ needs.prepare.outputs.ref_name }}
secrets: inherit