Skip to content

#patch: Bump pylint from 3.2.7 to 3.3.0 (#58) #89

#patch: Bump pylint from 3.2.7 to 3.3.0 (#58)

#patch: Bump pylint from 3.2.7 to 3.3.0 (#58) #89

Workflow file for this run

name: Tag and Publish
on:
push:
branches:
- main
jobs:
tag-new-version:
uses: seamuslowry/workflows/.github/workflows/tag.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
publish:
needs: tag-new-version
uses: seamuslowry/workflows/.github/workflows/publish_python.yml@main
with:
release-version: ${{ needs.tag-new-version.outputs.tag }}
secrets:
py_pi_token: ${{ secrets.PYPI_API_TOKEN }}