Skip to content

Commit 6ff08ce

Browse files
committed
chore: install 'build' dependency for the release GHA workflow
1 parent 2ce93f2 commit 6ff08ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

+1
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)