Paper: Enhancing Curve Fitting with SciPy: Interactive Spline Modeling and Reproducibility with SplineCloud #467
This file contains hidden or 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: Submit paper | |
| on: | |
| pull_request_target: | |
| branches: ['2025'] | |
| types: [labeled, opened, synchronize, reopened] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| submit: | |
| uses: curvenote/actions/.github/workflows/submit.yml@v1 | |
| with: | |
| id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,25})$' | |
| enforce-single-folder: true | |
| venue: scipy | |
| collection: '2025' | |
| kind: article | |
| path: papers/* | |
| exclude: papers/myst_template, papers/tex_template | |
| label: approved | |
| secrets: | |
| CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }} | |
| GITHUB: ${{ secrets.GITHUB_TOKEN }} |