Skip to content

Commit

Permalink
Update github actions and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed Oct 6, 2022
1 parent 527adff commit 09f546c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09f546c

Please sign in to comment.