Skip to content

Commit 05525aa

Browse files
committed
review actions
1 parent 60b8d95 commit 05525aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
check-manifest --verbose
3434
3535
- name: Test wheels
36-
run: >
36+
run: |
3737
cd dist
38-
&& python -m twine check *
39-
&& python -m pip install *.whl
40-
&& cp --recursive ../tests .
41-
&& python -m pytest -rxs tests
38+
python -m twine check *
39+
python -m pip install *.whl
40+
cp --recursive ../tests .
41+
python -m pytest -rxs tests
4242
4343
- name: Publish to PyPI
4444
if: success() && github.event_name == 'release'

0 commit comments

Comments
 (0)