Skip to content

Commit

Permalink
Allow release without tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Mar 17, 2024
1 parent 358d185 commit bad6e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -172,7 +172,7 @@ jobs:
path: ./dist

upload_pypi:
needs: [build, test]
needs: [build]
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion can/__init__.py
Expand Up @@ -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",
Expand Down

0 comments on commit bad6e0a

Please sign in to comment.