Skip to content

Paper: Gagnon and Tahiri - New Update #1450

Paper: Gagnon and Tahiri - New Update

Paper: Gagnon and Tahiri - New Update #1450

Workflow file for this run

name: Publish 2024 articles
on:
pull_request_target:
branches: ['2024']
types: [labeled, opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
publish:
uses: curvenote/actions/.github/workflows/submit.yml@v1
with:
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,25})$'
venue: scipy
collection: '2024'
kind: Article
path: papers/*
label: publish
publish: true
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}