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 414a000 commit 84019c2Copy full SHA for 84019c2
.github/workflows/tests+artifacts+pypi.yml
@@ -69,11 +69,13 @@ jobs:
69
70
- run: pytest -v -s -We -p no:unraisableexception tests
71
72
- - if: matrix.platform != 'ubuntu-latest'
73
- run: |
+ - run: |
74
python -m build 2>&1 | tee build.log
75
exit `fgrep -i warning build.log | wc -l`
76
+ - if: matrix.platform == 'ubuntu-latest'
77
+ run: rm dist/*
78
+
79
- if: matrix.platform != 'ubuntu-latest'
80
uses: actions/upload-artifact@v2
81
with:
0 commit comments