Skip to content

Commit

Permalink
add missing build dep in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 28, 2024
1 parent 835bca0 commit 3f5ba7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
version_file_path: centrifuge/__init__.py

- name: Install build dependencies
run: pip install build

- name: Build distribution
run: python -m build

Expand Down

0 comments on commit 3f5ba7c

Please sign in to comment.