Skip to content

Commit 52b9bbc

Browse files
authored
Merge pull request #56 from togethercomputer/orangetin/build-workflow-patch
Fix poetry build
2 parents 9908cc3 + b7e04c2 commit 52b9bbc

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)