Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

build(deps): bump pandas from 1.5.3 to 2.0.3 #196

build(deps): bump pandas from 1.5.3 to 2.0.3

build(deps): bump pandas from 1.5.3 to 2.0.3 #196

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}