File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: PyPI
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
- auto-release
7
7
pull_request :
8
- branches : [master ]
8
+ branches : [main ]
9
9
release :
10
10
types : [published]
11
11
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
jobs :
12
12
changes :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ benchmark:
64
64
pytest -v tests/ --benchmark-only --benchmark-autosave --benchmark-group-by=group,param:size --benchmark-max-time=3
65
65
66
66
coverage : test
67
- diff-cover coverage.xml --compare-branch=master --fail-under=100
67
+ diff-cover coverage.xml --compare-branch=main --fail-under=100
68
68
69
69
pypi :
70
70
${PYTHON} setup.py clean --all; \
You can’t perform that action at this time.
0 commit comments