Skip to content

Commit

Permalink
Update proj.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 10, 2024
1 parent 3f1abbd commit e03f919
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions template/.control/proj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,36 @@ release:
github:
asset:
sdist:
name: >-
#{{ slugify(get("name")) }}#-{{ version }}-sdists.zip
label: Source Distributions
format: zip
files:
- source: '*.tar.gz'
artifact: ' - sdist$'
- source: '^[^/]+ - sdist/[^/]+\.tar\.gz$'
artifact: true
wheel:
name: >-
#{{ slugify(get("name")) }}#-{{ version }}-wheels.zip
label: Binary Distributions
format: zip
files:
- source: '*.whl'
artifact: ' - wheels$'
- source: '^[^/]+ - wheels/[^/]+\.whl$'
artifact: true
docs:
name: >-
#{{ slugify(get("name")) }}#-{{ version }}-docs.zip
label: Documentation
format: zip
files:
- artifact: '^Website(?!.*GH-Pages$).*'
- source: '^Website(?!.*GH-Pages)[^/]*$'
artifact: true
license:
name: >-
#{{ slugify(get("name")) }}#-{{ version }}-license.zip
label: License
format: zip
files:
- source: 'LICENSE*'
- source: 'COPYING*'
- source: '^(LICENSE|COPYING)[^/]*$'
zenodo:
license: '#{{ return get("citation.license")[0] }}#'
keywords: ${{ citation.keywords }}$
Expand Down

0 comments on commit e03f919

Please sign in to comment.