Skip to content

Commit

Permalink
PKG: with the new method of versioning no need to revert init to HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Aug 1, 2024
1 parent 872d0a6 commit 311260b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions building/buildRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ def buildRelease(versionStr, noCommit=False, interactive=True):
output = subprocess.check_output(["git", "push", "origin", "%s" % versionStr],
cwd=VERSIONS)
print(output)

# revert the __init__ file to non-ditribution state
print('reverting the main master branch: git checkout HEAD psychopy/__init__.py ')
print(subprocess.check_output(
["git", "checkout", "HEAD", "psychopy/__init__.py"],
cwd=MAIN))
return True # success


Expand Down

0 comments on commit 311260b

Please sign in to comment.