Skip to content

chore(repo): move extras to scripts/, ignore _intel/, exclude _intel from sdist #57

chore(repo): move extras to scripts/, ignore _intel/, exclude _intel from sdist

chore(repo): move extras to scripts/, ignore _intel/, exclude _intel from sdist #57

Workflow file for this run

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