Skip to content

Commit

Permalink
chore: install 'build' dependency for the release GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Oct 20, 2024
1 parent 2ce93f2 commit 6ff08ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ff08ce

Please sign in to comment.