File tree Expand file tree Collapse file tree 4 files changed +11
-24
lines changed
Expand file tree Collapse file tree 4 files changed +11
-24
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 08a244d
2+ _commit : 3160d4c
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : cpp
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 run : make coverage
113113
114114 - name : Upload test results (Python)
115- uses : actions/upload-artifact@v6
115+ uses : actions/upload-artifact@v7
116116 with :
117117 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
118118 path : junit.xml
@@ -129,7 +129,7 @@ jobs:
129129 with :
130130 token : ${{ secrets.CODECOV_TOKEN }}
131131
132- - uses : actions/upload-artifact@v6
132+ - uses : actions/upload-artifact@v7
133133 with :
134134 name : dist-${{matrix.os}}-${{matrix.python-version}}
135135 path : dist
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ __pycache__/
1111* .exp
1212* .lib
1313
14+ # Rust
15+ target
16+
1417# Distribution / packaging
1518.Python
1619build /
@@ -55,26 +58,12 @@ junit.xml
5558.hypothesis /
5659.pytest_cache /
5760
58- # Translations
59- * .mo
60- * .pot
61-
62- # Django stuff:
61+ # Django
6362* .log
6463local_settings.py
6564db.sqlite3
6665db.sqlite3-journal
6766
68- # Flask stuff:
69- instance /
70- .webassets-cache
71-
72- # Scrapy stuff:
73- .scrapy
74-
75- # PyBuilder
76- target /
77-
7867# IPython
7968profile_default /
8069ipython_config.py
@@ -85,15 +74,12 @@ ipython_config.py
8574# pipenv
8675Pipfile.lock
8776
88- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
89- __pypackages__ /
90-
91- # Celery stuff
77+ # Celery
9278celerybeat-schedule
9379celerybeat.pid
9480
95- # SageMath parsed files
96- * .sage.py
81+ # Airspeed Velocity
82+ .asv
9783
9884# Environments
9985.env
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ branch = true
9898omit = [
9999 " python_template_cpp/tests/integration/" ,
100100]
101+
101102[tool .coverage .report ]
102103exclude_also = [
103104 " raise NotImplementedError" ,
You can’t perform that action at this time.
0 commit comments