From 09f546c8544b5a16517e87839c527dd4bd100d22 Mon Sep 17 00:00:00 2001 From: Dimitri Date: Thu, 6 Oct 2022 15:22:10 +0200 Subject: [PATCH] Update github actions and setup.py --- .github/workflows/windows.yml | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 21bdf3e..27c6069 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,11 +37,9 @@ jobs: run: | git submodule update --init --recursive - name: Set up Visual Studio shell - uses: egor-tensin/vs-shell@v2 + uses: ilammy/msvc-dev-cmd@v1 with: arch: x64 - - name: setup msvc command - uses: ilammy/msvc-dev-cmd@v1 - name: Build run: | sh build.sh diff --git a/setup.py b/setup.py index 4612c79..34cb329 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def run(self): 'build_ext': CustomBuildExt, 'build': CustomBuild, }, - version='0.1.0', + version='0.1.1', author="Dimitri Justeau-Allaire, Charles Prud'homme", author_email="dimitri.justeau@gmail.com, charles.prudhomme@imt-atlantique.fr", description="Python bindings to the Choco Constraint Programming solver",