Skip to content

Commit

Permalink
add a typo in build_pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Oct 15, 2020
1 parent eb32789 commit 87486a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openseespy-pip/build_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def build_pip(pyexe='python'):
subprocess.run([pyexe, 'setup.py', 'bdist_wheel'])


def upload_pip(pyexe='python')
def upload_pip(pyexe='python'):
# upload
subprocess.run([pyexe, '-m', 'twine', 'upload', 'dist/*'])

Expand Down

0 comments on commit 87486a4

Please sign in to comment.