Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Jan 23, 2015
1 parent 241bde4 commit ef56710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def pypi(): # assumes that you have ~/.pypirc set up
os.chdir(uniformpath(PYTHON2_TARGET))
exec_and_log(cmd)
os.chdir(uniformpath(PYTHON3_TARGET))
#exec_and_log(cmd)
exec_and_log(cmd)
finally:
os.chdir(savedir)

Expand All @@ -82,7 +82,7 @@ def pypi(): # assumes that you have ~/.pypirc set up
os.chdir(uniformpath(PYTHON2_TARGET))
exec_and_log(cmd)
os.chdir(uniformpath(PYTHON3_TARGET))
#exec_and_log(cmd)
exec_and_log(cmd)
finally:
os.chdir(savedir)

Expand Down

0 comments on commit ef56710

Please sign in to comment.