Skip to content

v0.42.1

v0.42.1 #71

name: 'Semantic Release'
on:
push:
branches:
- master
jobs:
release:
if: ${{ github.repository_owner == 'WIPACrepo' }}
name: "Semantic Release"
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Python Semantic Release
uses: relekang/[email protected]
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# pypi_token: ${{ secrets.PYPI_TOKEN }}