From 10bd56d2b9c8fdb9efec7051a75ecec02f2d3376 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Tue, 17 Dec 2024 13:28:50 -0800 Subject: [PATCH] Attest Khoj pypi package by upgrading pypi publish gh action - Print hash in CI to ease verifying ci built python package matches khoj package published on pypi - Newer pypi publish github action should speed up workflow by ~30s --- .github/workflows/pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 358ae514..6ec8ffe3 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -75,6 +75,7 @@ jobs: - name: 📦 Publish Python Package to PyPI if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master' - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.12 with: skip-existing: true + print-hash: true