Skip to content

Commit 5efa7db

Browse files
authored
upgrade twine (#227)
1 parent 1cce815 commit 5efa7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def build_and_install_package(mod, upload):
9696
return
9797

9898
if upload is True:
99-
cmd = 'cd temp-directory && twine upload dist/*'
99+
cmd = 'cd temp-directory && python3.8 -m twine upload dist/*'
100100
ret, output = exec_cmd(cmd)
101101
print(output)
102102
if ret != 0:

0 commit comments

Comments
 (0)