From 5b7324400428a63c116cd4268d687f1f4e26a615 Mon Sep 17 00:00:00 2001 From: sujithtad <61172129+sujithtad@users.noreply.github.com> Date: Tue, 2 May 2023 13:52:24 +0530 Subject: [PATCH 1/2] Correct command for poetry build This commit addresses an issue with the previous command used for building poetry. The correct command has been identified and implemented to ensure successful poetry builds. The issue was caused by a typo in the previous command, which has now been fixed. The corrected command has been thoroughly tested and verified, and it is now ready for deployment. This update aims to improve the overall reliability and efficiency of the poetry build process. --- python-example/poetry-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-example/poetry-example/README.md b/python-example/poetry-example/README.md index 796fa59d8b..bcb092785a 100644 --- a/python-example/poetry-example/README.md +++ b/python-example/poetry-example/README.md @@ -41,7 +41,7 @@ Install project dependencies with poetry from Artifactory: > jf poetry install --build-name=my-poetry-build --build-number=1 --module=jfrog-poetry-example Package the project, create distribution archives (tar.gz and whl): -> jf build +> jf poetry build Upload the packages to the pypi repository in Artifactory: > jf rt u dist/ pypi/ --build-name=my-poetry-build --build-number=1 --module=jfrog-poetry-example From 088306934bfdf121575e7429dd5c8757ae09d26d Mon Sep 17 00:00:00 2001 From: sujithtad <61172129+sujithtad@users.noreply.github.com> Date: Wed, 3 May 2023 14:13:29 +0530 Subject: [PATCH 2/2] Correct poetry documentation --- python-example/poetry-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-example/poetry-example/README.md b/python-example/poetry-example/README.md index bcb092785a..2c18a07d0e 100644 --- a/python-example/poetry-example/README.md +++ b/python-example/poetry-example/README.md @@ -20,7 +20,7 @@ In your terminal, validate that the following commands work. Output Python version: > python --version -Output pipenv version: +Output poetry version: > poetry --version Output JFrog CLI version: