6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#python setup.py bdist_egg upload
|
|
python setup.py sdist --formats=gztar,zip upload
|
|
# python setup.py bdist_wheel upload
|