Skip to content

chore: update release.md #16

chore: update release.md

chore: update release.md #16

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