Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

File metadata and controls

20 lines (14 loc) · 432 Bytes

PyPi Notes

My notes, not for general consumption

On Mac:

conda activate pymovie-env
pip3 install build	# if not already installed
pip3 install twine	# if not already installed
cd ~/Desktop/Astro
python3 -m build --sdist ravf
cd ravf
twine upload dist/ravf-1.0.0.tar.gz
	username: __token__
	password: API Key 

References: