Skip to content

Commit

Permalink
github action bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Feb 9, 2025
1 parent c2544bd commit b0acf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
TAG_NAME=${GITHUB_REF##*/}
VERSION=${TAG_NAME#v}
OLAH_SOURCE="https://github.com/${{ github.repository_owner }}/${{ github.repository }}/releases/download/${TAG_NAME}/olah-${VERSION}-py3-none-any.whl"
OLAH_SOURCE="https://github.com/${{ github.repository }}/releases/download/${TAG_NAME}/olah-${VERSION}-py3-none-any.whl"
OLAH_TAG="${VERSION}"
elif [[ "${{ github.ref }}" == refs/heads/main ]]; then
OLAH_SOURCE="olah"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "olah"
version = "0.3.4"
version = "0.3.5"
description = "Self-hosted lightweight huggingface mirror."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit b0acf70

Please sign in to comment.