Skip to content

Commit 993a44d

Browse files
committed
CI: update tag checking, change to v0.2.0
1 parent fa5b223 commit 993a44d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# --------------------- 检查文件中的版本名是否和tag名相符 --------------------
5151
- name: Check version
5252
run: |
53-
TAG_NAME=v0.1.4 # ${{ github.ref_name }}
53+
TAG_NAME=${{ github.ref_name }}
5454
PYVERSION_FILE="pygrt/_version.py"
5555
CVERSION_FILE="pygrt/C_extension/version"
5656

pygrt/C_extension/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.2

pygrt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)