bellande_motion_probability/Package/python/publish.sh
2024-12-09 22:53:03 -05:00

5 lines
82 B
Bash
Executable File

cp ../../README.md ./
python setup.py sdist
twine upload dist/*
rm -r ./README.md