Skip to content

Commit

Permalink
build: [release] 尝试修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Jan 31, 2024
1 parent 5c167b9 commit b615f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import subprocess
import toml
import sys
import re
import os
Expand Down Expand Up @@ -121,7 +122,7 @@ def build_release(fileName = ''):
'Please check if you forgetting to activate the virtualenv.', sep='\n')
sys.exit(1)

vername = get_latest_tag()
vername = toml.load("./pyproject.toml")["tool"]["poetry"]["version"]

popen = subprocess.Popen([get_python_path(),
'-m',
Expand Down

0 comments on commit b615f42

Please sign in to comment.