diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014636d7a..b3ecf6117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: path: ./dist upload_pypi: - needs: [build, test] + needs: [build] runs-on: ubuntu-latest permissions: id-token: write diff --git a/can/__init__.py b/can/__init__.py index 4fc703c72..42cf2bc5d 100644 --- a/can/__init__.py +++ b/can/__init__.py @@ -8,7 +8,7 @@ import logging from typing import Any, Dict -__version__ = "4.3.2-rc.2" +__version__ = "4.3.2-rc.3" __all__ = [ "ASCReader", "ASCWriter",