6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#python3 setup.py register sdist upload
|
|
twine upload dist/*.tar.gz
|
|
|