We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2006ec commit 895ed8cCopy full SHA for 895ed8c
.github/workflows/build_wheels.yml
@@ -42,14 +42,6 @@ jobs:
42
cd vcpkg
43
.\bootstrap-vcpkg.bat
44
45
- - name: Cache packages installed through vcpkg on Windows
46
- uses: actions/cache@v4
47
- env:
48
- cache-name: vckpg_binary_cache
49
- with:
50
- path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
51
- key: ${{ runner.os }}-build-VS2022-${{ env.cache-name }}-${{ hashFiles('vcpkg*.json') }}
52
-
53
- name: Build wheels on Windows
54
run: pipx run cibuildwheel --output-dir wheelhouse
55
env:
vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "pybamm",
3
- "version-string": "24.9.0",
+ "name": "pybammsolvers",
+ "version-string": "0.0.1",
4
"dependencies": [
5
"casadi",
6
0 commit comments