From 91631e16a4c0b2d8cd237731e3f2953b6fab3072 Mon Sep 17 00:00:00 2001 From: lyie28 Date: Thu, 22 Aug 2024 15:34:51 +0200 Subject: [PATCH] return version to normal --- .github/workflows/publish.yaml | 5 ----- .../drivers/lavague-drivers-playwright/pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 05a7e95a..01e4e2c3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -60,10 +60,6 @@ jobs: # Run poetry publish # poetry publish --build - - #testing - pwd - ls # Install the latest package and confirm the version is updated # installed_version=$(pip show "$package_name" | grep '^Version:' | awk '{print $2}') @@ -77,7 +73,6 @@ jobs: # Return to the root of the repository cd - > /dev/null - pwd else echo "Version is up-to-date." fi diff --git a/lavague-integrations/drivers/lavague-drivers-playwright/pyproject.toml b/lavague-integrations/drivers/lavague-drivers-playwright/pyproject.toml index 1c5e0b92..c3c31312 100644 --- a/lavague-integrations/drivers/lavague-drivers-playwright/pyproject.toml +++ b/lavague-integrations/drivers/lavague-drivers-playwright/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lavague-drivers-playwright" -version = "0.2.12" +version = "0.2.11" description = "Playwright integration for lavague" authors = ["lavague-ai"] readme = "README.md"