Skip to content

feat(project_phase_estimate): add allow_estimate setting and support … #7

feat(project_phase_estimate): add allow_estimate setting and support …

feat(project_phase_estimate): add allow_estimate setting and support … #7

on:
push:
branches:
- "16.0"
jobs:
build:
name: Build and Publish
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install
run: ./task install
- name: Build
run: ./task build
- name: Publish
run: ./task publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}