Skip to content

Commit 3903d4a

Browse files
committed
install python dependencies on the release workflow
1 parent 0690884 commit 3903d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ env.PYTHON_VERSION }}
47+
- name: Install python build
48+
run: python -m pip install build
4749
- name: Build wheels
4850
run: python -m build -w -o wheelhouse
4951
- name: Upload artifacts

0 commit comments

Comments
 (0)