Skip to content

Commit

Permalink
return version to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed Aug 22, 2024
1 parent a981daa commit 91631e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand All @@ -77,7 +73,6 @@ jobs:
# Return to the root of the repository
cd - > /dev/null
pwd
else
echo "Version is up-to-date."
fi
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 91631e1

Please sign in to comment.