Skip to content

9.0.2

9.0.2 #133

Workflow file for this run

name: Release Build
on:
push:
branches:
- main
jobs:
build:
name: Release Build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_PAT }}
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@3abfb7ac216b9ad439de24fda60eca84038e850e # v8.0.8
with:
github_token: ${{ secrets.ADMIN_PAT }}