From 6ff08cef2263cebbbad15662fef73b8363a8ab9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Sun, 20 Oct 2024 21:42:05 +0200 Subject: [PATCH] chore: install 'build' dependency for the release GHA workflow --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4f2a6ae6b..b3d5bad82 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,6 +15,7 @@ jobs: python-version: '3.x' cache: pip - run: pip install -e . + - run: pip install build # Use the commit date instead of the current date during the build. - run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV - run: python -m build