Skip to content

Commit b49ed42

Browse files
authored
Handle GR versions correctly (#3)
1 parent 76928b6 commit b49ed42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gr-python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- 'maint-*'
2525
- '[0-9]+.[0-9]+.[0-9]+-gr'
2626
tags:
27-
- 'v[0-9]+.[0-9]+.[0-9]+-gr.[0-9]+'
27+
- 'v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+'
2828
pull_request:
2929
workflow_dispatch:
3030

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ pyarrow = ["*.pxd", "*.pyx", "includes/*.pxd"]
8080
root = '..'
8181
version_file = 'pyarrow/_generated_version.py'
8282
version_scheme = 'guess-next-dev'
83-
git_describe_command = 'git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*"'
83+
git_describe_command = 'git describe --dirty --tags --long --match "v[0-9]*.*"'
8484
fallback_version = '19.0.1'

0 commit comments

Comments
 (0)