Summary
Jobs
publish
strategy
check (scipy-2024-alireza-vaezi, papers/Alireza_Vaezi, true)
check (scipy-2024-Arushi_Nath, papers/Arushi_Nath, true)
check (scipy-2024-gagnon_kebe_tahiri, papers/Gagnon_Kebe_Tahiri, true)
check (scipy-2024-Suvrakamal_Das, papers/Suvrakamal_Das, true)
check (scipy-2024-Valeria_Martin, papers/Valeria_Martin, true)
check (scipy-2024-alan_lujan, papers/alan_lujan, true)
check (scipy-2024-aleksandar_makelov, papers/aleksandar_makelov, true)
check (scipy-2024-amadi_udu, papers/amadi_udu, true)
check (scipy-2024-atharva_rasane, papers/atharva_rasane, true)
check (scipy-2024-00_benchmarking_sktime, papers/benchmarking, true)
check (scipy-2024-blaine_mooers, papers/blaine_mooers, true)
check (scipy-2024-brian_falkenstein, papers/brian_falkenstein, true)
check (scipy-2024-christopher_ariza, papers/christopher_ariza, true)
check (scipy-2024-cockett_etal, papers/cockett_etal, true)
check (scipy-2024-eli_knaap, papers/eli_knaap, true)
check (scipy-2024-emily_dorne, papers/emily_dorne, true)
check (scipy-2024-funix, papers/funix, true)
check (scipy-2024-heinrich_peters, papers/heinrich_peters, true)
check (scipy-2024-henry_schreiner, papers/henry_schreiner, true)
check (scipy-2024-josh_borrow, papers/josh_borrow, true)
check (scipy-2024-trevor_manz, papers/manz_anywidget, true)
check (scipy-2024-matt_mccormick, papers/matt_mccormick, true)
check (scipy-2024-matthew_feickert, papers/matthew_feickert, true)
check (scipy-2024-nathan_martindale, papers/nathan_martindale, true)
check (scipy-2024-pryce_turner, papers/pryce_turner, true)
check (scipy-2024-sam_morley, papers/sam_morley, true)
check (scipy-2024-theia, papers/theia, true)
check (scipy-2024-valentina_staneva, papers/valentina_staneva, true)
check (scipy-2024-wu-jung_lee, papers/wu-jung_lee, true)
submit
summary
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}
You can’t perform that action at this time.