8 lines
No EOL
110 B
Bash
Executable file
8 lines
No EOL
110 B
Bash
Executable file
# Clean old dists
|
|
rm -r dist
|
|
|
|
# Create new packege
|
|
python setup.py sdist
|
|
|
|
# Upload to pypi
|
|
twine upload dist/* |