Skip to content

Commit 201f4c8

Browse files
committed
updating publisher
1 parent 3a934d5 commit 201f4c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Artifacts
55
on:
66
push:
77
tags:
8-
- 'v*'
8+
- '\d+\.\d+\.\d+' # Tags like 1.0.0, 1.0.0, etc.
99

1010
permissions:
1111
id-token: write

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[MESSAGES CONTROL]
22
disable=
33
too-few-public-methods,
4-
broad-except
4+
broad-except.
5+
import-error
56

67
[MASTER]
78
ignore-patterns=test_.*\.py

0 commit comments

Comments
 (0)