Skip to content

Commit 0e13371

Browse files
authored
DAS-2180: Build process needs build package. (#31)
1 parent 9775a5e commit 0e13371

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish_release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
with:
8484
python-version: '3.11'
8585

86+
- name: Install build package
87+
run: |
88+
python -m pip install --upgrade pip
89+
pip install build
90+
8691
- name: Build hybig-py package
8792
run: python -m build
8893

0 commit comments

Comments
 (0)