Skip to content

Commit f965f39

Browse files
committed
0.1.12 release
1 parent 19b91e5 commit f965f39

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Publish package to PyPI and TestPyPI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]+.[0-9]+'
7+
- 'v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*'
8+
- 'v[0-9]+.[0-9]+.[0-9]+'
69

710
jobs:
811
build:

manga_ocr/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.12-beta.2"
1+
__version__ = "0.1.12"

0 commit comments

Comments
 (0)