mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-26 21:49:19 +08:00
add a script to release to PyPI
This commit is contained in:
6
release_to_pypi.sh
Executable file
6
release_to_pypi.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo python setup.py bdist_egg
|
||||
sudo python setup.py bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
Reference in New Issue
Block a user