1.0.0 • Published 6 years ago
my-npm-example2 v1.0.0
my-pypi-example
Package the project, create distribution archives (tar.gz and whl):
python setup.py sdist bdist_wheelHow to distribute to Pypi:
twine upload dist/*How to upload to JFrog Artifactory:
jfrog rt u dist/ pypi/ --build-name=my-pip-build --build-number=1 --module=jfrog-python-example1.0.0
6 years ago