Skip to content

Commit

Permalink
Attest Khoj pypi package by upgrading pypi publish gh action
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
debanjum committed Dec 17, 2024
1 parent 2e80a1c commit 10bd56d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 10bd56d

Please sign in to comment.