bellande_particle/Package/python/publish.sh
2024-12-17 22:48:38 -05:00

5 lines
82 B
Bash
Executable File

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