mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-26 21:49:19 +08:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo python setup.py bdist_egg
|
|
sudo python setup.py bdist_wheel
|
|
twine upload dist/*
|
|
|