Skip to content

Commit b7e04c2

Browse files
committed
Fix poetry build
1 parent 9908cc3 commit b7e04c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Build
3636
run: |
37-
poetry run python3 -m build
37+
poetry build
3838
3939
- name: Publish distribution to PyPI
4040
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)