diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e053f5..7bb2821 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - os: macos-latest arch: arm64 artifact: tsr-macos-arm64 - - os: macos-13 + - os: macos-15-large arch: x64 artifact: tsr-macos-x64 - os: windows-latest diff --git a/pyproject.toml b/pyproject.toml index f4379d7..3f94683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tensors" -version = "0.1.2" +version = "0.1.3" description = "Read safetensor metadata and fetch CivitAI model information" readme = "README.md" requires-python = ">=3.12"