Revert update to publish test pypi
This commit is contained in:
parent
85e4d08a2e
commit
1cca20304b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/publish-to-test.yaml
vendored
2
.github/workflows/publish-to-test.yaml
vendored
|
@ -17,8 +17,6 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- name: Update __version__ with Git Short Hash
|
||||
run: sed -i "s/__version__ = .*/__version__ = '$(git rev-parse --short HEAD)'/" llama_cpp/__init__.py
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip build
|
||||
|
|
Loading…
Reference in a new issue