We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce93f2 commit 6ff08ceCopy full SHA for 6ff08ce
.github/workflows/publish.yaml
@@ -15,6 +15,7 @@ jobs:
15
python-version: '3.x'
16
cache: pip
17
- run: pip install -e .
18
+ - run: pip install build
19
# Use the commit date instead of the current date during the build.
20
- run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
21
- run: python -m build
0 commit comments