Skip to content

Commit

Permalink
[pypi] Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed May 26, 2022
1 parent 6a6caeb commit ac493a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ before-build = "rm -f {project}/build/CMakeCache.txt"
before-build = "rm -f {project}/build/CMakeCache.txt"

[tool.cibuildwheel.windows]
before-build = "IF EXIST {project}\\build\\CMakeCache.txt DEL /F {project}\\build\\CMakeCache.txt"
before-build = "pip install cmake & IF EXIST {project}\\build\\CMakeCache.txt DEL /F {project}\\build\\CMakeCache.txt"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="pyabcranger",
version="0.0.56",
version="0.0.57",
author="François-David Collin",
author_email="[email protected]",
description="ABC random forests for model choice and parameter estimation, python wrapper",
Expand Down

0 comments on commit ac493a6

Please sign in to comment.