Skip to content

Commit

Permalink
Fix build workflow (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: junjie.jiang <[email protected]>
  • Loading branch information
junjiejiangjjj authored Jan 14, 2025
1 parent 1e37bb5 commit 0da992b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_dev_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
--user
- name: Build a binary wheel and a source tarball
run: >-
PYTHONPATH=.
python -m
build
--sdist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
--user
- name: Build a binary wheel and a source tarball
run: >-
PYTHONPATH=.
python -m
build
--sdist
Expand Down

0 comments on commit 0da992b

Please sign in to comment.