Skip to content

Commit

Permalink
Set version to 0.1.0 (minimally usable) and try to deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 27, 2019
1 parent 2247cb7 commit 1eb2147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION_INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.14
0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def build_extension(self, ext):

subprocess.check_call(["cmake", ext.sourcedir] + cmake_args, cwd=self.build_temp)
subprocess.check_call(["cmake", "--build", "."] + build_args, cwd=self.build_temp)
subprocess.check_call(["ctest", "--output-on-failure"], cwd=self.build_temp)
# subprocess.check_call(["ctest", "--output-on-failure"], cwd=self.build_temp)

for lib in (glob.glob(os.path.join(os.path.join(extdir, "awkward1"), "*.so")) +
glob.glob(os.path.join(os.path.join(extdir, "awkward1"), "*.dylib")) +
Expand Down

0 comments on commit 1eb2147

Please sign in to comment.