Skip to content

Commit

Permalink
user name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Mar 12, 2019
1 parent 5b98434 commit ee6591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def get_python_executable():
os.system('{} setup.py bdist_wheel -p manylinux1_x86_64'.format(get_python_executable()))
else:
os.system('{} setup.py bdist_wheel'.format(get_python_executable()))
os.system('{} -m twine upload dist/* --verbose -u yuanming -p $PYPI_PWD'.format(get_python_executable()))
os.system('{} -m twine upload dist/* --verbose -u yuanming-hu -p $PYPI_PWD'.format(get_python_executable()))

0 comments on commit ee6591f

Please sign in to comment.