Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/develop/chars…
Browse files Browse the repository at this point in the history
…et-normalizer-3.4.0
  • Loading branch information
mndeveci authored Oct 18, 2024
2 parents 5f11a83 + c280116 commit 3d5e1ae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Build PyInstaller
run: |
chmod +x ./installer/pyinstaller/build-mac.sh
./installer/pyinstaller/build-mac.sh aws-sam-cli-macos-x86_64.zip
- name: Basic tests for PyInstaller
env:
SAM_INIT_RUNTIME: "python3.8"
SAM_INIT_RUNTIME: "python3.11"
run: |
unzip .build/output/aws-sam-cli-macos-x86_64.zip -d sam-installation
sudo ./sam-installation/install
Expand Down
2 changes: 1 addition & 1 deletion samcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SAM CLI version
"""

__version__ = "1.125.0"
__version__ = "1.126.0"
Binary file modified samcli/local/rapid/aws-lambda-rie-arm64
Binary file not shown.
Binary file modified samcli/local/rapid/aws-lambda-rie-x86_64
Binary file not shown.

0 comments on commit 3d5e1ae

Please sign in to comment.