Skip to content

chore: prep other libs based on updated engine #15

chore: prep other libs based on updated engine

chore: prep other libs based on updated engine #15

name: Package Python SDK
on:
push:
tags: ["flipt-client-python-**"]
permissions:
contents: write
env:
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
jobs:
build:
uses: ./.github/workflows/package-ffi-sdks.yml
with:
sdk: python
engine-tag: "latest"
secrets: inherit