File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,25 @@ jobs:
43
43
44
44
steps :
45
45
- uses : actions/checkout@v4
46
+
46
47
- uses : actions/setup-java@v4
47
48
with :
48
49
distribution : ' temurin'
49
50
java-version : ' 11'
51
+
50
52
- name : Set up Python ${{ matrix.python-version }}
51
53
uses : actions/setup-python@v5
52
54
with :
53
55
python-version : ${{ matrix.python-version }}
56
+
54
57
- name : Pre-commit Checks
55
58
run : |
56
59
pip -q install pre-commit
57
60
pre-commit run --all-files
61
+
58
62
- name : Start from clean state
59
63
run : make clean
64
+
60
65
- name : Run tests
61
66
run : make PYTHON3=python check
62
67
75
80
- name : Upload HTML Docs
76
81
uses : actions/upload-artifact@v4
77
82
with :
78
- name : packages
83
+ name : packages-${{ matrix.python-version }}
79
84
path : ./dist/
80
85
81
86
# If this commit is the result of a Git tag, push the wheel and tar packages
You can’t perform that action at this time.
0 commit comments