File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 name : macos-${{env.artifact}}
9090 path : |
9191 ${{env.build-dir}}/libspla_x64.dylib
92- ${{env.build-dir}}/libspla_arm64.dylib
92+ ${{env.build-dir}}/libspla_arm64.dylib
Original file line number Diff line number Diff line change 3232 uses : jidicula/clang-format-action@v4.15.0
3333 with :
3434 clang-format-version : ' 20'
35- check-path : ${{ matrix.path }}
35+ check-path : ${{ matrix.path }}
Original file line number Diff line number Diff line change 4040 run : |
4141 python setup.py sdist bdist_wheel
4242 twine upload --verbose --repository testpypi dist/*
43- working-directory : python
43+ working-directory : python
Original file line number Diff line number Diff line change 4242 run : |
4343 python setup.py sdist bdist_wheel
4444 twine upload --verbose dist/*
45- working-directory : python
45+ working-directory : python
Original file line number Diff line number Diff line change 3636 with :
3737 github_token : ${{ secrets.GITHUB_TOKEN }}
3838 publish_dir : ./pydocs/
39- destination_dir : docs-python
39+ destination_dir : docs-python
Original file line number Diff line number Diff line change @@ -105,4 +105,4 @@ jobs:
105105 - name : Cleanup workspace
106106 run : |
107107 rm -rf ${{ github.workspace }}/*
108- rm -rf ${{ github.workspace }}/.*
108+ rm -rf ${{ github.workspace }}/.*
Original file line number Diff line number Diff line change @@ -106,4 +106,4 @@ jobs:
106106
107107 - name : Check for tests results
108108 run : |
109- ! grep -q "FAILED" ${{ env.test-file }}
109+ ! grep -q "FAILED" ${{ env.test-file }}
You can’t perform that action at this time.
0 commit comments