Compare commits

...

6 Commits
1.0.4 ... 1.1.2

2 changed files with 8 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ on:
- "**/CHANGELOG.md" - "**/CHANGELOG.md"
- "**/docs/**" - "**/docs/**"
workflow_dispatch: workflow_dispatch:
pull_request:
branches:
- master
- dev
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
@@ -51,6 +55,7 @@ jobs:
tag: tag:
needs: test needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: write # for the tags contents: write # for the tags
@@ -86,6 +91,7 @@ jobs:
run: git push origin ${{ steps.git_version.outputs.version }} run: git push origin ${{ steps.git_version.outputs.version }}
build_and_push: build_and_push:
if: github.event_name == 'push'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: write-all permissions: write-all
needs: tag needs: tag

View File

@@ -2,11 +2,11 @@ certifi==2024.7.4 # Testing
iniconfig==2.0.0 # PyTest Testing iniconfig==2.0.0 # PyTest Testing
packaging==23.2 # PyTest Testing packaging==23.2 # PyTest Testing
pluggy==1.3.0 # PyTest Testing pluggy==1.3.0 # PyTest Testing
pytest==7.4.3 # PyTest Testing pytest==7.4.4 # PyTest Testing
click==8.1.7 # Uvicorn click==8.1.7 # Uvicorn
httptools==0.6.4 # Uvicorn httptools==0.6.4 # Uvicorn
pyyaml==6.0.1 # Uvicorn pyyaml==6.0.2 # Uvicorn
uvicorn==0.27.0.post1 # Uvicorn uvicorn==0.27.0.post1 # Uvicorn
uvloop==0.19.0 # Uvicorn uvloop==0.19.0 # Uvicorn
watchfiles==0.21.0 # Uvicorn watchfiles==0.21.0 # Uvicorn