We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0677163 commit 8eff554Copy full SHA for 8eff554
.github/workflows/tests+artifacts+pypi.yml
@@ -70,7 +70,9 @@ jobs:
70
- run: pytest -v -s -We -p no:unraisableexception tests
71
72
- if: matrix.platform != 'ubuntu-latest'
73
- run: python -m build
+ run: |
74
+ python -m build 2>&1 | tee build.log
75
+ exit `fgrep -i warning build.log | wc -l`
76
77
78
uses: actions/upload-artifact@v2
0 commit comments