We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db5254c + b9dc64d commit ff48585Copy full SHA for ff48585
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: b6c112c
+_commit: d84ab3c
3
_src_path: .
4
add_extension: python
5
email: [email protected]
.github/workflows/build.yml
@@ -77,6 +77,8 @@ jobs:
77
78
- name: Upload coverage
79
uses: codecov/codecov-action@v4
80
+ with:
81
+ token: ${{ secrets.CODECOV_TOKEN }}
82
83
- name: Make dist
84
run: make dist
0 commit comments