Skip to content

fix: update python=3.8.6 -> python=3.10 to fix numpy & pandas conflict #39

fix: update python=3.8.6 -> python=3.10 to fix numpy & pandas conflict

fix: update python=3.8.6 -> python=3.10 to fix numpy & pandas conflict #39

name: Semantic Release
on:
pull_request:
types:
- labeled
branches:
- 'main'
jobs:
release:
if: ${{ github.event.label.name == 'semantic versioning' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.33.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}