8000 Quote fix attempt #2 · fieri/llama-cpp-python@541aaff · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 541aaff

Browse files
committed
Quote fix attempt abetlen#2
1 parent 39e5feb commit 541aaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DEV_VERSION=${{ github.event.inputs.dev_version }}
2929
CURRENT_VERSION=$(awk -F= '/__version__ =/ {print $2}' llama_cpp/__init__.py | tr -d ' "')
3030
NEW_VERSION="${CURRENT_VERSION}.dev${DEV_VERSION}"
31-
sed -i "s/__version__ = \\".*\\"/__version__ = \\"${NEW_VERSION}\\"/" llama_cpp/__init__.py
31+
sed -i 's/__version__ = \".*\"/__version__ = \"'"${NEW_VERSION}"'\"/' llama_cpp/__init__.py
3232
- name: Install dependencies
3333
run: |
3434
python3 -m pip install --upgrade pip build

0 commit comments

Comments
 (0)
0