Skip to content

Commit 8257f39

Browse files
committed
try run publish on branch v*.*.*
1 parent 07b5bd1 commit 8257f39

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
workflows: ["Publish"]
66
types:
77
- completed
8-
branches: [main]
98

109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflows: ["CI"]
66
types:
77
- completed
8-
branches: [main]
8+
branches: [v*.*.*]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Test Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/ci.yml/badge.svg?branch=v0.2.5)
1+
![Test Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/ci.yml/badge.svg?branch=v0.2.6)
22
![PyPi publish Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/publish.yml/badge.svg)
33
![Demo Deploy Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/deploy.yml/badge.svg)
44

pyproject.toml

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

55
[project]
66
name = "reflex-clerk-api"
7-
version = "0.2.5"
7+
version = "0.2.6"
88
description = "Reflex custom component wrapping @clerk/clerk-react and integrating the clerk-backend-api"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)