| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | DEV_VERSION=${{ github.event.inputs.dev_version }} | |
| 29 | 29 | CURRENT_VERSION=$(awk -F= '/__version__ =/ {print $2}' llama_cpp/__init__.py | tr -d ' "') | |
| 30 | 30 | 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 | ||
| 32 | 32 | - name: Install dependencies | |
| 33 | 33 | run: | | |
| 34 | 34 | python3 -m pip install --upgrade pip build | |
| Back | FazBrowse Home | New Git URL |
0 commit comments