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 1cce815 commit 5efa7dbCopy full SHA for 5efa7db
package.py
@@ -96,7 +96,7 @@ def build_and_install_package(mod, upload):
96
return
97
98
if upload is True:
99
- cmd = 'cd temp-directory && twine upload dist/*'
+ cmd = 'cd temp-directory && python3.8 -m twine upload dist/*'
100
ret, output = exec_cmd(cmd)
101
print(output)
102
if ret != 0:
0 commit comments