Skip to content

feat: regenerate proto stubs for decree v0.8.0-alpha.1 (#4) #6

feat: regenerate proto stubs for decree v0.8.0-alpha.1 (#4)

feat: regenerate proto stubs for decree v0.8.0-alpha.1 (#4) #6

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- "v*.*.*"
jobs:
test:
uses: ./.github/workflows/ci.yml
publish:
needs: test
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install build
- run: cd sdk && python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: sdk/dist/
print-hash: true