Skip to content

Commit 88e81cd

Browse files
committed
fix publish.yml
1 parent dfa31c0 commit 88e81cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
tags:
55
- "v[0-9]+.[0-9]+.[0-9]+"
6-
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
6+
- "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
7+
- "v[0-9]+.[0-9]+.[0-9]+dev[0-9]+"
78

89
jobs:
910
publish:

itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "2.0.0rc0"
3+
__version__ = "2.0.0rc1"

0 commit comments

Comments
 (0)