We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b91e5 commit f965f39Copy full SHA for f965f39
.github/workflows/publish-to-pypi.yml
@@ -2,7 +2,10 @@ name: Publish package to PyPI and TestPyPI
2
3
on:
4
push:
5
- branches: [ "master" ]
+ 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]+'
9
10
jobs:
11
build:
manga_ocr/_version.py
@@ -1 +1 @@
1
-__version__ = "0.1.12-beta.2"
+__version__ = "0.1.12"
0 commit comments