Skip to content

Merge remote-tracking branch 'origin/simple' into simple #7

Merge remote-tracking branch 'origin/simple' into simple

Merge remote-tracking branch 'origin/simple' into simple #7

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- simple
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}