mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Specify version of pypi gh publish action
This commit is contained in:
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@@ -59,6 +59,6 @@ jobs:
|
|||||||
|
|
||||||
- name: 📦 Publish Python Package to PyPI
|
- name: 📦 Publish Python Package to PyPI
|
||||||
if: startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master'
|
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@v1.8.14
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_KEY }}
|
password: ${{ secrets.PYPI_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user