4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/bash
|
|
python setup.py bdist_wheel
|
|
python setup.py sdist
|
|
twine upload --repository pypi dist/* |