Skip to content

Commit 4d06ea9

Browse files
chore(ci): fix bump poetry version (#5211)
* Changing version * Commenting PR docs
1 parent a8f584c commit 4d06ea9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/publish_v3_layer.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,16 @@ jobs:
268268
# ./layer_v3/scripts/update_layer_arn.sh cdk-layer-stack
269269
# NOTE: It felt unnecessary creating yet another PR to update changelog w/ latest tag
270270
# since this is the only step in the release where we update docs from a temp branch
271-
- name: Update changelog with latest tag
272-
run: make changelog
273-
- name: Create PR
274-
id: create-pr
275-
uses: ./.github/actions/create-pr
276-
with:
277-
files: "docs/index.md examples CHANGELOG.md"
278-
temp_branch_prefix: "ci-layer-docs"
279-
pull_request_title: "chore(ci): layer docs update"
280-
github_token: ${{ secrets.GITHUB_TOKEN }}
271+
# - name: Update changelog with latest tag
272+
# run: make changelog
273+
# - name: Create PR
274+
# id: create-pr
275+
# uses: ./.github/actions/create-pr
276+
# with:
277+
# files: "docs/index.md examples CHANGELOG.md"
278+
# temp_branch_prefix: "ci-layer-docs"
279+
# pull_request_title: "chore(ci): layer docs update"
280+
# github_token: ${{ secrets.GITHUB_TOKEN }}
281281

282282
prepare_docs_alias:
283283
runs-on: ubuntu-latest
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Exposes version constant to avoid circular dependencies."""
22

3-
VERSION = "3.0.0"
3+
VERSION = "2.9.9"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "3.0.0"
3+
version = "2.9.9"
44
description = "Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]

0 commit comments

Comments
 (0)