Skip to content

Commit 9c44c6c

Browse files
committed
Fixed the publish script.
1 parent fd3ef4f commit 9c44c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ poetry config repositories.destrepo "${REPO_URL}"
44
poetry config pypi-token.destrepo "${PYPI_TOKEN}"
55

66
poetry publish \
7-
--build |
7+
--build \
88
--repository "destrepo"

0 commit comments

Comments
 (0)