Skip to content

Commit 251c4db

Browse files
committed
Update release.py
Updated release script
1 parent 8e2b73a commit 251c4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def release():
4444
if ans.lower() in ("y", "yes"):
4545
# os.system("rm -rf dist/*") #Linux
4646
os.system("RMDIR /S /Q dist") #Windows
47-
os.system("python3.10 -m build")
47+
os.system("python -m build")
4848
ans = input("Upload to pip?(Y/n)")
4949
if ans.lower() in ("y", "yes"):
5050
ans = input("Push to production?(Y=production pypi/n=test pypi)")

0 commit comments

Comments
 (0)