We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358d185 commit bad6e0aCopy full SHA for bad6e0a
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
path: ./dist
173
174
upload_pypi:
175
- needs: [build, test]
+ needs: [build]
176
runs-on: ubuntu-latest
177
permissions:
178
id-token: write
can/__init__.py
@@ -8,7 +8,7 @@
8
import logging
9
from typing import Any, Dict
10
11
-__version__ = "4.3.2-rc.2"
+__version__ = "4.3.2-rc.3"
12
__all__ = [
13
"ASCReader",
14
"ASCWriter",
0 commit comments