We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2b73a commit 251c4dbCopy full SHA for 251c4db
release.py
@@ -44,7 +44,7 @@ def release():
44
if ans.lower() in ("y", "yes"):
45
# os.system("rm -rf dist/*") #Linux
46
os.system("RMDIR /S /Q dist") #Windows
47
- os.system("python3.10 -m build")
+ os.system("python -m build")
48
ans = input("Upload to pip?(Y/n)")
49
50
ans = input("Push to production?(Y=production pypi/n=test pypi)")
0 commit comments