File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed
Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 strategy :
1616 matrix :
1717 os : [macos-latest, windows-latest]
18- python : ['3.8', '3.9', '3.10' ]
18+ python : ["3.9", "3.10", "3.11" ]
1919
2020 steps :
21- - uses : compas-dev/compas-actions.build@v3
21+ - uses : compas-dev/compas-actions.build@v4
2222 with :
2323 invoke_lint : true
2424 check_import : true
2525 use_conda : true
26- python : ${{ matrix.python }}
26+ python : ${{ matrix.python }}
Original file line number Diff line number Diff line change 55 branches :
66 - main
77 tags :
8- - ' v* '
8+ - " v* "
99 pull_request :
1010 branches :
1111 - main
1414 docs :
1515 runs-on : windows-latest
1616 steps :
17- - uses : compas-dev/compas-actions.docs@v2
17+ - uses : compas-dev/compas-actions.docs@v3
1818 with :
1919 github_token : ${{ secrets.GITHUB_TOKEN }}
2020 use_conda : true
Original file line number Diff line number Diff line change 11on :
22 push :
33 tags :
4- - ' v* '
4+ - " v* "
55
66name : Create Release
77
@@ -11,10 +11,10 @@ jobs:
1111 strategy :
1212 matrix :
1313 os : [macos-latest, windows-latest]
14- python : ['3.8', '3.9', '3.10' ]
14+ python : ["3.9", "3.10", "3.11" ]
1515
1616 steps :
17- - uses : compas-dev/compas-actions.build@v3
17+ - uses : compas-dev/compas-actions.build@v4
1818 with :
1919 invoke_lint : true
2020 check_import : true
2929 with :
3030 pypi_token : ${{ secrets.PYPI }}
3131 github_token : ${{ secrets.GITHUB_TOKEN }}
32- bdist_wheel : false
32+ bdist_wheel : false
Original file line number Diff line number Diff line change 107107* .3dmbak
108108* .rhl
109109
110- temp /**
111- ! temp /PLACEHOLDER
110+ temp
112111
113112ext /**
114113! ext /PLACEHOLDER
@@ -129,3 +128,6 @@ src/compas-viewers
129128generated
130129
131130* .gz
131+
132+ .pytest_cache
133+ .ruff_cache
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments