Skip to content

fix(rust,python): Fix edge-case where the Array dtype could (internal… #30

fix(rust,python): Fix edge-case where the Array dtype could (internal…

fix(rust,python): Fix edge-case where the Array dtype could (internal… #30

name: Update draft releases
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Draft Rust release
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-rust.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Draft Python release
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-python.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}