Skip to content

Commit

Permalink
dev: delete obsolete deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Jul 6, 2022
1 parent 8b0dc24 commit 13fe0ea
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 74 deletions.
4 changes: 2 additions & 2 deletions dev/scripts/versionIncrease.py → dev/bumpVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def increaseVersion(fname):

if __name__ == "__main__":
PATH_HERE = os.path.abspath(os.path.dirname(__file__))
setupVersion = increaseVersion(PATH_HERE+"/../../src/setup.py")
pyAbfVersion = increaseVersion(PATH_HERE+"/../../src/pyabf/__init__.py")
setupVersion = increaseVersion(PATH_HERE+"/../src/setup.py")
pyAbfVersion = increaseVersion(PATH_HERE+"/../src/pyabf/__init__.py")
assert setupVersion == pyAbfVersion
26 changes: 0 additions & 26 deletions dev/scripts/PYPI_UPLOAD.bat

This file was deleted.

42 changes: 0 additions & 42 deletions dev/scripts/PYPI_UPLOAD_TEST.bat

This file was deleted.

2 changes: 0 additions & 2 deletions dev/scripts/run-windows-3.6.cmd

This file was deleted.

2 changes: 0 additions & 2 deletions dev/scripts/test-windows-3.6.cmd

This file was deleted.

0 comments on commit 13fe0ea

Please sign in to comment.