Skip to content

Commit 76d8569

Browse files
Chore: Apply Copier template (#55)
[skip-changelog]
1 parent 8343c8c commit 76d8569

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes here will be overwritten by Copier
22

3-
_commit: 0.1.53
3+
_commit: 0.1.54
44
_src_path: [email protected]:neuromath/python-template.git
55
author_email: ''
66
author_name: Blue Brain Project, EPFL

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '16'
15+
node-version: '20'
1616
- run: npm install -g --force commitlint @commitlint/cli commitlint-plugin-cleanfeet
1717
- run: npm install conventional-changelog-conventionalcommits
1818
- run: touch .git/COMMIT_EDITMSG

.github/workflows/run-tox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
directory: ./reports
7171
flags: pytest
7272
name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
73+
token: ${{ secrets.CODECOV_TOKEN }}
7374
- name: Upload test artifacts
7475
uses: actions/upload-artifact@v4
7576
if: always()

0 commit comments

Comments
 (0)