Skip to content

Merge pull request #24 from agritheory/testing #4

Merge pull request #24 from agritheory/testing

Merge pull request #24 from agritheory/testing #4

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: AgriTheory
git_committer_email: [email protected]