Skip to content

Commit

Permalink
CR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Sep 19, 2024
1 parent 4cd9924 commit b59347c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ jf gp v1.2.3 --build-name my-build-name --build-number 1

### Pip, Pipenv and Twine
JFrog CLI provides full support for building Python packages using the **pip** and **pipenv** package managers, and deploying distributions using **twine**. This allows resolving python dependencies from Artifactory, using for **pip** and **pipenv**, while recording the downloaded packages.
After the installing and packaging the project, the distributions and wheels can be deployed to Artifactory using **twine**, while recording the uploaded packages.
After installing and packaging the project, the distributions and wheels can be deployed to Artifactory using **twine**, while recording the uploaded packages.
The downloaded packages are stored as dependencies in the build-info stored in Artifactory, while the uploaded ones are stored as artifacts.

#### Example projects
Expand Down Expand Up @@ -804,7 +804,7 @@ The **jf twine upload** command uses the **twine**, to publish the project distr
| `--build-number` | <p>[Optional]<br>Build number. For more details, please refer to <a href="https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory#build-integration">Build Integration</a>.</p> |
| `--project` | <p>[Optional]<br>JFrog project key.</p> |
| `--module` | <p>[Optional]<br>Optional module name for the build-info.</p> |
| Command argument | The command accepts the same arguments and options as the twine client. |
| Command argument | The command accepts the arguments and options supported by twine client, except for repository configuration and authentication options. |

##### Examples
###### Example 1
Expand Down

0 comments on commit b59347c

Please sign in to comment.