Skip to content

Commit f727441

Browse files
yeldarbyclaude
andcommitted
chore: bump version to 1.3.1, fix publish workflow trigger
- Bump version from 1.3.0 to 1.3.1 - Change publish workflow trigger from `created` to `published` so it fires when a draft release is published (not just on direct creation) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7834066 commit f727441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish WorkFlow
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
build:

roboflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from roboflow.models import CLIPModel, GazeModel # noqa: F401
1616
from roboflow.util.general import write_line
1717

18-
__version__ = "1.3.0"
18+
__version__ = "1.3.1"
1919

2020

2121
def check_key(api_key, model, notebook, num_retries=0):

0 commit comments

Comments
 (0)