Skip to content

Commit f737c3c

Browse files
committed
fix: fix poetry publish in python publish
1 parent b98ebcc commit f737c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: poetry build
3333

3434
- name: Publish Package
35-
run: poetry publish --build
35+
run: poetry publish

0 commit comments

Comments
 (0)