mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-22 12:18:09 +00:00
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
This commit is contained in:
parent
2e80a1ce7c
commit
10bd56d2b9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pypi.yml
vendored
3
.github/workflows/pypi.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue