Skip to content

Bump boto3 from 1.28.15 to 1.28.20 #121

Bump boto3 from 1.28.15 to 1.28.20

Bump boto3 from 1.28.15 to 1.28.20 #121

Workflow file for this run

name: Publish
on: [push]
jobs:
publish-artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
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 > jammy-sunshine.template
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: jammy-sunshine.template