Skip to content

Bump certifi from 2023.11.17 to 2024.7.4 (#29) #44

Bump certifi from 2023.11.17 to 2024.7.4 (#29)

Bump certifi from 2023.11.17 to 2024.7.4 (#29) #44

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install poetry
poetry install --no-dev
- name: Deploy
run: poetry run make deploy