5 lines
82 B
Bash
5 lines
82 B
Bash
|
cp ../../README.md ./
|
||
|
python setup.py sdist
|
||
|
twine upload dist/*
|
||
|
rm -r ./README.md
|