Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 305 Bytes

upload_to_extrality_pypi.md

File metadata and controls

13 lines (11 loc) · 305 Bytes

Upload to extrality pypi

The following commands will do that for you. twine doesn't read .netrc and will ask your username/password.

pip install twine wheel
python setup.py sdist bdist_wheel
twine upload \
	--skip-existing \
	--repository-url https://pypi.extrality.ai/simple/ \
	dist/*