Skip to content

Commit 32f1276

Browse files
committed
chore: install 'build' dependency for the release GHA workflow
1 parent f712367 commit 32f1276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
python-version: '3.x'
1616
cache: pip
1717
- run: pip install -e .
18+
- run: pip install build
1819
# Use the commit date instead of the current date during the build.
1920
- run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
2021
- run: python -m build

0 commit comments

Comments
 (0)