Skip to content

Commit

Permalink
chore: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Nov 2, 2023
1 parent 96c6bc2 commit 40d9741
Show file tree
Hide file tree
Showing 4 changed files with 1,310 additions and 1,281 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Run build tests
run: poetry run task test-build

- uses: actions/upload-artifact@v3
with:
name: release
path: dist/certbot-lambda.zip
retention-days: 1

- name: Semantic Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Certbot Lambda

[![CodeQL](https://github.com/KiraLT/certbot-lambda/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/KiraLT/certbot-lambda/actions/workflows/codeql-analysis.yml)
[![codecov](https://codecov.io/gh/KiraLT/certbot-lambda/branch/main/graph/badge.svg?token=E599EPAOPM)](https://codecov.io/gh/KiraLT/certbot-lambda)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/relekang/python-semantic-release)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand Down
Loading

0 comments on commit 40d9741

Please sign in to comment.