File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 25
25
- name : Install tools
26
26
run : |
27
27
python -m pip install --upgrade pip
28
- pip install hatch twine check-wheel-contents
28
+ pip install hatch twine
29
29
30
30
- name : Build package
31
31
run : |
34
34
- name : Run package validators
35
35
run : |
36
36
twine check dist/*
37
- check-wheel-contents dist/*.whl
38
37
39
38
# Test install from wheel
40
39
pip install dist/*.whl
Original file line number Diff line number Diff line change 27
27
- name : Install tools
28
28
run : |
29
29
python -m pip install --upgrade pip
30
- pip install hatch twine check-wheel-contents
30
+ pip install hatch twine
31
31
32
32
- name : Build package
33
33
run : |
36
36
- name : Run package validators
37
37
run : |
38
38
twine check dist/*
39
- check-wheel-contents dist/*.whl
40
39
41
40
# Test install from wheel
42
41
pip install dist/*.whl
You can’t perform that action at this time.
0 commit comments