Skip to content

fix setuptools_scm config by using "no-local-version" scheme; add check that wheel names do not contain "+" chars (otherwise PyPI fails to accept the upload) #2606

fix setuptools_scm config by using "no-local-version" scheme; add check that wheel names do not contain "+" chars (otherwise PyPI fails to accept the upload)

fix setuptools_scm config by using "no-local-version" scheme; add check that wheel names do not contain "+" chars (otherwise PyPI fails to accept the upload) #2606

Workflow file for this run

name: Build JOSS paper draft
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/[email protected]
- name: TeX and PDF
uses: docker://openjournals/paperdraft:latest
with:
args: '-k paper/paper.md'
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
- name: Upload
uses: actions/[email protected]
with:
name: paper
path: paper/