Skip to content

Commit 01105f8

Browse files
authored
Merge pull request #5 from Point72/copier-update-2026-05-21T16-46-50
Update from copier (2026-05-21T16:46:50)
2 parents 654e29d + 857240e commit 01105f8

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.copier-answers.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 71014c6
2+
_commit: 0fa24ba
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: cpp
66
add_wiki: true
77
email: CSPOpenSource@point72.com
88
github: Point72
9-
project_description: Generic, framework-agnostic infrastructure for compiling Python functions to Numba @cfunc via AST transformation
9+
project_description: Generic, framework-agnostic infrastructure for compiling Python
10+
functions to Numba @cfunc via AST transformation
1011
project_name: numba cfunc compiler
1112
python_version_primary: '3.11'
1213
team: Point72, L.P.

.github/dependabot.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
cooldown:
8-
default-days: 7
6+
interval: "monthly"
97
- package-ecosystem: "pip"
108
directory: "/"
119
schedule:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
7777

7878
- name: Upload coverage
79-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
79+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
8282

0 commit comments

Comments
 (0)