Skip to content

Commit

Permalink
Updated cibuildwheel and bumped cmakelists version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bemcdonnell committed Nov 27, 2023
1 parent a35ae11 commit 93242a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.2
with:
package-dir: ./swmm-toolkit
env:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.2
with:
package-dir: ./swmm-toolkit
env:
Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cmake_minimum_required (VERSION 3.17)

project(swmm-toolkit
VERSION
0.15.2
0.15.3
)


Expand Down

0 comments on commit 93242a0

Please sign in to comment.