Skip to content

Commit

Permalink
Update action.yml so what's ehco'ed matches what's done (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Apr 20, 2024
1 parent 2a52909 commit c5aaf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
run: |
unset UV_SYSTEM_PYTHON
echo Setting SOURCE_DATE_EPOCH to $(git log -1 --pretty=%ci).
echo Setting SOURCE_DATE_EPOCH to $(git log -1 --pretty=%ct).
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)
if [[ "${{ inputs.skip-wheel }}" == "true" ]]; then
Expand Down

0 comments on commit c5aaf62

Please sign in to comment.