Skip to content

Commit bad6e0a

Browse files
committed
Allow release without tests
1 parent 358d185 commit bad6e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
path: ./dist
173173

174174
upload_pypi:
175-
needs: [build, test]
175+
needs: [build]
176176
runs-on: ubuntu-latest
177177
permissions:
178178
id-token: write

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
from typing import Any, Dict
1010

11-
__version__ = "4.3.2-rc.2"
11+
__version__ = "4.3.2-rc.3"
1212
__all__ = [
1313
"ASCReader",
1414
"ASCWriter",

0 commit comments

Comments
 (0)