Skip to content

Commit b034513

Browse files
committed
fix: pipeline
1 parent ea2459c commit b034513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: "Add dynamic versioning plugin"
2222
run: poetry self add "poetry-dynamic-versioning[plugin]"
2323
- name: Publish
24-
run: poetry --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__
24+
run: poetry publish --build --password=${{ secrets.PYPI_TOKEN }} --username=__token__

0 commit comments

Comments
 (0)