Skip to content

Commit 84019c2

Browse files
committed
enable warning red flags also on Linux
1 parent 414a000 commit 84019c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ jobs:
6969

7070
- run: pytest -v -s -We -p no:unraisableexception tests
7171

72-
- if: matrix.platform != 'ubuntu-latest'
73-
run: |
72+
- run: |
7473
python -m build 2>&1 | tee build.log
7574
exit `fgrep -i warning build.log | wc -l`
7675
76+
- if: matrix.platform == 'ubuntu-latest'
77+
run: rm dist/*
78+
7779
- if: matrix.platform != 'ubuntu-latest'
7880
uses: actions/upload-artifact@v2
7981
with:

0 commit comments

Comments
 (0)