Skip to content

Commit

Permalink
Merge pull request #19 from rohanpm/release-logs
Browse files Browse the repository at this point in the history
release: enable debug logging during build
  • Loading branch information
rohanpm authored Oct 3, 2024
2 parents 0e0db5d + 594bf47 commit f797e2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
- name: Build distribution
run: |
set -x
export BUILDSYS_DATEVERSION_DEBUG=/tmp/buildsys-dateversion.log
python -mbuild
cat /tmp/buildsys-dateversion.log
- name: Prepare for wheel check
run: |
Expand Down

0 comments on commit f797e2c

Please sign in to comment.