Skip to content

Commit f0a6846

Browse files
committed
Use poetry build instead of python build
1 parent 5b48c6c commit f0a6846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Build
8484
run: |
85-
python -m build
85+
poetry build
8686
shell: bash
8787

8888
- name: Store the distribution packages

0 commit comments

Comments
 (0)