Skip to content

Release

Release #10

Workflow file for this run

name: Release
on:
workflow_dispatch:
# push:
# branches:
# - master
jobs:
release:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Python Semantic Release
# https://github.com/relekang/python-semantic-release/releases
uses: relekang/[email protected]
with:
github_token: ${{ secrets.GH_API_TOKEN }}
pypi_token: ${{ secrets.PYPI_API_TOKEN }}