We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3ef4f commit 9c44c6cCopy full SHA for 9c44c6c
.github/scripts/publish.sh
@@ -4,5 +4,5 @@ poetry config repositories.destrepo "${REPO_URL}"
4
poetry config pypi-token.destrepo "${PYPI_TOKEN}"
5
6
poetry publish \
7
- --build |
+ --build \
8
--repository "destrepo"
0 commit comments