Skip to content

Commit f6098cc

Browse files
committed
fix: testpypi tag name correction
1 parent adf24c3 commit f6098cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to Test PyPI
33
on:
44
push:
55
tags:
6-
- 'v*.*.*-test*' # e.g., v0.2.1-test1, v0.3.0-test2
6+
- 'v*.*.*rc*' # e.g., v0.2.1rc1, v0.3.0rc2
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)