fpsql-py-package/build.py
Firepup Sixfifty 65cbb2d5e3 v.1.0.6:
Finally made the package usable.
2021-11-21 22:19:25 +00:00

10 lines
No EOL
298 B
Python

def build():
import os
import editor as ed
os.system("pip install --upgrade pip build twine")
os.system("clear")
ed.edit()
os.system("clear")
print("Run these commands next: \n cd package\n python3 -m build\n python3 -m twine upload -r pypi dist/*")
# __token__
os.system("bash")