To publish Python packages with Poetry:
Run the following command:
poetry publish --repository artifactory-<REPOSITORY_NAME> --dist-dir dist
For example:
poetry publish --repository artifactory-pypi-local --dist-dir dist
To publish Python packages with Poetry:
Run the following command:
poetry publish --repository artifactory-<REPOSITORY_NAME> --dist-dir dist
For example:
poetry publish --repository artifactory-pypi-local --dist-dir dist