File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6161 key : venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
6262
6363 - name : Ensure cache is healthy
64- if : steps.cache.outputs.cache-hit == 'true'
65- run : imeout 10s poetry run pip --version || rm -rf .venv
64+ if : steps.cache.outputs.cache-hit == 'true' && matrix.os != 'MacOS'
65+ run : timeout 10s poetry run pip --version || rm -rf .venv
6666
6767 - name : Install dependencies
6868 shell : bash
Original file line number Diff line number Diff line change 11# Crashtest
22
3- [ ![ Tests] ( https://github.com/sdispater/crashtest/actions/workflows/tests .yml/badge.svg )] ( https://github.com/sdispater/crashtest/actions/workflows/tests .yml )
3+ [ ![ Tests] ( https://github.com/sdispater/crashtest/actions/workflows/main .yml/badge.svg )] ( https://github.com/sdispater/crashtest/actions/workflows/main .yml )
44[ ![ PyPI version] ( https://img.shields.io/pypi/v/crashtest )] ( https://pypi.org/project/crashtest/ )
55
66Crashtest is a Python library that makes exceptions handling and inspection easier.
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33
4- __version__ = "0.3.1 "
4+ __version__ = "0.4.0 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " crashtest"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44description = " Manage Python errors with ease"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments