Skip to content

Commit

Permalink
release: enable debug logging during build
Browse files Browse the repository at this point in the history
Something is going wrong with the version assignment, enable
the logs to get some clues.
  • Loading branch information
rohanpm committed Oct 3, 2024
1 parent 0f30124 commit 594bf47
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 594bf47

Please sign in to comment.