simdutf 0.7.0

Unicode validation and transcoding at billions of characters per second
Documentation
on:
  schedule:
    - cron: '0 0 * * 0' # at midnight of each sunday
  workflow_dispatch:

name: Upgrade

jobs:
  upgrade:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          token: ${{ secrets.GH_ACTION_PAT }}
      - run: git config --global user.email "github-actions[bot]@users.noreply.github.com"
      - run: git config --global user.name  "github-actions[bot]"
      - run: pip3 install requests typer
      - run: ./scripts/upgrade.py upgrade --pr
        env:
            GITHUB_TOKEN: ${{ secrets.GH_ACTION_PAT }}