Skip to content

Set __version__ to 0.8.0rc1 (#128) #66

Set __version__ to 0.8.0rc1 (#128)

Set __version__ to 0.8.0rc1 (#128) #66

name: Generate contributors list
on:
push:
branches:
- main
jobs:
# SEE https://github.com/marketplace/actions/contribute-list
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}