We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7688bee commit aea371eCopy full SHA for aea371e
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install uv
17
uses: astral-sh/setup-uv@v5
18
- name: Build
19
- run:
+ run: |
20
echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
21
uv build
22
- name: Upload artifact
0 commit comments