Skip to content

Update SQLmodel to be compatible w Pydantic v2 #9

Update SQLmodel to be compatible w Pydantic v2

Update SQLmodel to be compatible w Pydantic v2 #9

Workflow file for this run

name: Build and publish python package
on:
release:
types: [published]
jobs:
publish-service-client-package:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@v1
with:
PACKAGE_DIRECTORY: "./sqlmodel_celery_beat/"
POETRY_VERSION: "1.6.1"
POETRY_CORE_VERSION: "1.7.0"
PYTHON_VERSION: "3.10"
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN}}
BRANCH: "main"