Skip to content

build(deps): Bump boto3 from 1.35.39 to 1.35.44 #575

build(deps): Bump boto3 from 1.35.39 to 1.35.44

build(deps): Bump boto3 from 1.35.39 to 1.35.44 #575

Workflow file for this run

name: Publish
on: [push]
jobs:
publish-artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: "pip"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint
run: ruff check .
- name: Generate template
run: python deploy.py --print-only > ec2-gaming-sunshine.template
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ec2-gaming-sunshine.template