bellande_particle/Package/python/publish.sh

5 lines
82 B
Bash
Raw Permalink Normal View History

2024-12-18 03:48:38 +00:00
cp ../../README.md ./
python setup.py sdist
twine upload dist/*
rm -r ./README.md