Skip to content

Commit

Permalink
certbot-s3front does work with newer certbot version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 19, 2023
1 parent 88210f1 commit 6d2822c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cert-renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install certbot
run: |
python -m pip install --upgrade pip
pip install certbot-s3front
python -m pip install --upgrade poetry
poetry install
- name: Renew Cert
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ gensim = "^4.0.1"
black = "^21.10b0"
yamllint = "^1.26.1"
pycodestyle = "^2.7.0"
# XXX Use old version of certbot until certbot-s3front supports new version:
# https://github.com/dlapiduz/certbot-s3front/issues/91
certbot = "< 2.0.0"
certbot-s3front = "^0.4.2"

[tool.black]
target-version = ['py39']
Expand Down
8 changes: 0 additions & 8 deletions setup.cfg

This file was deleted.

0 comments on commit 6d2822c

Please sign in to comment.