Skip to content

Commit c32f1a8

Browse files
authored
bump reflex to 0.7.3.dev1 (#4957)
* bump reflex to 0.7.3.dev1 * prune cache
1 parent 4cf7766 commit c32f1a8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/actions/setup_build_env/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runs:
3737
version: ${{ inputs.uv-version }}
3838
python-version: ${{ inputs.python-version }}
3939
enable-cache: true
40+
prune-cache: false
4041
cache-dependency-glob: "uv.lock"
4142

4243
- name: Restore cached project python deps

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.7.2dev1"
3+
version = "0.7.3dev1"
44
description = "Web apps in pure Python."
55
license = "Apache-2.0"
66
authors = [

uv.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)