Skip to content

Commit

Permalink
cat build.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Apr 8, 2024
1 parent 07bc31d commit 8d89369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ jobs:
- run: |
unset CI
python -m build 2>&1 | tee build.log
cat build.log
exit `fgrep -i warning build.log | grep -v "WARNING setuptools_scm" | wc -l`
- run: twine check --strict dist/*
Expand Down

0 comments on commit 8d89369

Please sign in to comment.