From 895ed8c4d1c2c96be7f1a2f0fd70e41810328079 Mon Sep 17 00:00:00 2001 From: kratman Date: Mon, 30 Sep 2024 10:40:54 -0400 Subject: [PATCH] Minor updates, probably still broken --- .github/workflows/build_wheels.yml | 8 -------- vcpkg.json | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index ca4d250..b45a45b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -42,14 +42,6 @@ jobs: cd vcpkg .\bootstrap-vcpkg.bat - - name: Cache packages installed through vcpkg on Windows - uses: actions/cache@v4 - env: - cache-name: vckpg_binary_cache - with: - path: C:\Users\runneradmin\AppData\Local\vcpkg\archives - key: ${{ runner.os }}-build-VS2022-${{ env.cache-name }}-${{ hashFiles('vcpkg*.json') }} - - name: Build wheels on Windows run: pipx run cibuildwheel --output-dir wheelhouse env: diff --git a/vcpkg.json b/vcpkg.json index 6c50d65..250c9c1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { - "name": "pybamm", - "version-string": "24.9.0", + "name": "pybammsolvers", + "version-string": "0.0.1", "dependencies": [ "casadi", {