4 lines
89 B
Bash
4 lines
89 B
Bash
|
|
#!/bin/bash
|
||
|
|
python setup.py sdist upload -r pypitest
|
||
|
|
# python setup.py register -r pypi
|