Skip to content

Commit

Permalink
DAS-2180: Build process needs build package. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Aug 1, 2024
1 parent 9775a5e commit 0e13371
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
with:
python-version: '3.11'

- name: Install build package
run: |
python -m pip install --upgrade pip
pip install build
- name: Build hybig-py package
run: python -m build

Expand Down

0 comments on commit 0e13371

Please sign in to comment.