Skip to content

Commit 902eb16

Browse files
authored
Change python build to poetry build (#16)
1 parent 9c572ff commit 902eb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
poetry install
2828
2929
- name: Build a binary wheel and a source tarball
30-
run: python -m build
30+
run: poetry build
3131

3232
- name: Store the distribution packages
3333
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)