Skip to content

Build and release git-autograder to PyPi #13

Build and release git-autograder to PyPi

Build and release git-autograder to PyPi #13

Workflow file for this run

name: Build and release git-autograder 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
publish:
needs: prepare
uses: git-mastery/actions/.github/workflows/publish-pypi-library.yml@main
with:
library_path: src/git_autograder
ref_name: ${{ needs.prepare.outputs.ref_name }}
secrets: inherit