diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c10db8b..2464824 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ permissions: issues: write jobs: CI: - uses: uptick/actions/.github/workflows/ci.yaml@main + uses: uptick/actions/.github/workflows/ci.yaml@main # ratchet:exclude secrets: inherit with: - command: make ci \ No newline at end of file + command: make ci diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b42e8f2..0084595 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,10 +12,10 @@ permissions: issues: write jobs: Publish: - uses: uptick/actions/.github/workflows/ci.yaml@main + uses: uptick/actions/.github/workflows/ci.yaml@main # ratchet:exclude secrets: inherit with: uv: true python: true s3pypi-publish: true - command: make build \ No newline at end of file + command: make build