Skip to content

Commit cbfdd40

Browse files
fix build bug
1 parent 1c8f148 commit cbfdd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build distribution 📦
3333
run: |
3434
pip install build
35-
make dist
35+
python -m build
3636
- name: Validate
3737
run: |
3838
pip install dist/*.whl

0 commit comments

Comments
 (0)