From 978f47276a8baff78038ed590204931dad8e3c07 Mon Sep 17 00:00:00 2001 From: theGreatHerrLebert Date: Fri, 24 Nov 2023 20:46:36 +0100 Subject: [PATCH] testing... --- .github/workflows/imspy-connector-publish.yml | 9 +++++++++ imspy/pyproject.toml | 2 +- imspy_connector/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/imspy-connector-publish.yml b/.github/workflows/imspy-connector-publish.yml index 1f928158..af680884 100644 --- a/.github/workflows/imspy-connector-publish.yml +++ b/.github/workflows/imspy-connector-publish.yml @@ -38,6 +38,15 @@ jobs: python -m pip install --upgrade pip pip install maturin + - name: Install dependencies (Windows) + if: runner.os == 'Windows' + run: | + git clone https://github.com/microsoft/vcpkg.git + .\vcpkg\bootstrap-vcpkg.bat + .\vcpkg\vcpkg install sqlite3:x64-windows + shell: cmd + + - name: Set up Rust uses: actions-rs/toolchain@v1 with: diff --git a/imspy/pyproject.toml b/imspy/pyproject.toml index 84d0813f..5a0a9df8 100644 --- a/imspy/pyproject.toml +++ b/imspy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "imspy" -version = "0.2.10" +version = "0.2.11" description = "" authors = ["theGreatHerrLebert "] readme = "README.md" diff --git a/imspy_connector/Cargo.toml b/imspy_connector/Cargo.toml index 26484e1f..e2acd87c 100644 --- a/imspy_connector/Cargo.toml +++ b/imspy_connector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imspy-connector" -version = "0.2.10" +version = "0.2.11" edition = "2021" [lib]