We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c989b4d commit 1caa29eCopy full SHA for 1caa29e
1 file changed
.github/workflows/_dist.yml
@@ -13,6 +13,7 @@ jobs:
13
fetch-depth: 0
14
15
- name: Build sdist and wheel
16
+ uses: ./.github/actions/install_requirements
17
run: >
18
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) &&
19
uv build
0 commit comments