8000 Revert update to publish test pypi · GPTprojects/llama-cpp-python@1cca203 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cca203

Browse files
committed
Revert update to publish test pypi
1 parent 85e4d08 commit 1cca203

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-to-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: "3.8"
20-
- name: Update __version__ with Git Short Hash
21-
run: sed -i "s/__version__ = .*/__version__ = '$(git rev-parse --short HEAD)'/" llama_cpp/__init__.py
2220
- name: Install dependencies
2321
run: |
2422
python3 -m pip install --upgrade pip build

0 commit comments

Comments
 (0)
0