Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 27, 2024
1 parent 4303b19 commit b3326f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ runs:
# reproducibility.
- name: Build package
run: |
echo Setting SOURCE_DATE_EPOCH to $(git log -1 --pretty=%ci).
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)
if [[ "${{ inputs.skip-wheel }}" == "true" ]]; then
Expand Down

0 comments on commit b3326f9

Please sign in to comment.