Skip to content

Commit e5287a0

Browse files
committed
Use --build for poetry publish in publish.yml
1 parent f100d32 commit e5287a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uses: snok/install-poetry@v1
2626
- name: Publish to Pypi
2727
run: |
28-
poetry publish
28+
poetry --build publish
2929

0 commit comments

Comments
 (0)