Skip to content

Commit bf32c84

Browse files
authored
Update v1 job (#3157)
1 parent 869870d commit bf32c84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maintenance-v1.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
run: |
1919
latest_sam_cli=`curl -s https://api.github.com/repos/aws/aws-sam-cli/releases/latest | jq -r .tag_name | cut -c 2-`
2020
latest=`curl "https://pypi.org/pypi/aws-sam-cli/$latest_sam_cli/json" -s | jq -r '.info.requires_dist[] | select(contains("aws-sam-translator"))' | cut -c 21-`
21-
sed -i -E "s/aws-sam-translator>=[0-9.]+/aws-sam-translator>=$latest/" setup.py
21+
sed -i -E "s/aws-sam-translator>=[0-9.]+/aws-sam-translator>=$latest/" pyproject.toml
2222
pip install -e .
2323
rm -rf src/cfnlint/data/DownloadsMetadata/*
2424
cfn-lint --update-iam-policies
2525
cfn-lint --update-documentation
26-
scripts/update_specs_services_from_ssm.py
2726
scripts/update_specs_from_pricing.py
2827
scripts/update_serverless_aws_policies.py
2928
scripts/update_schemas_from_aws_api.py

0 commit comments

Comments
 (0)