Skip to content

Commit d125f53

Browse files
authored
Merge pull request #269 from PySpur-Dev/chore/telemetry
v0.1.18
2 parents 24f3a87 + 4534ed3 commit d125f53

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
26+
27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
2629

2730
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v2
31+
uses: docker/setup-buildx-action@v3
2932

3033
- name: Log in to the Container registry
3134
uses: docker/login-action@v3
@@ -44,7 +47,7 @@ jobs:
4447
type=semver,pattern={{major}}.{{minor}}
4548
4649
- name: Build and push Backend image
47-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
4851
with:
4952
context: .
5053
file: ./Dockerfile.backend

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyspur"
7-
version = "0.1.17"
7+
version = "0.1.18"
88
description = "PySpur is a Graph UI for building AI Agents in Python"
99
requires-python = ">=3.11"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)