Skip to content

Commit c02a665

Browse files
committed
Allow release without tests
1 parent 28e9061 commit c02a665

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
@@ -180,7 +180,7 @@ jobs:
180180
path: ./dist
181181

182182
upload_pypi:
183-
needs: [build, test]
183+
needs: [build]
184184
runs-on: ubuntu-latest
185185
permissions:
186186
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)