Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.14"

- uses: astral-sh/setup-uv@v7
- uses: astral-sh/setup-uv@v8.1.0
- run: uvx --with tox-uv tox -e py,style
- run: uv build
- name: Publish to PyPI
Expand Down
22 changes: 16 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: astral-sh/setup-uv@v7
- uses: astral-sh/setup-uv@v8.1.0
- run: uvx --with tox-uv tox -e py
- uses: codecov/codecov-action@v5
with:
files: .tox/test-reports/coverage.xml
flags: python-${{ matrix.python-version }}

linters:

Expand All @@ -38,5 +34,19 @@ jobs:
with:
python-version: "3.14"

- uses: astral-sh/setup-uv@v7
- uses: astral-sh/setup-uv@v8.1.0
- run: uvx --with tox-uv tox -e style,typecheck

ripple-effect:

if: github.event_name == 'pull_request'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.14"

- uses: astral-sh/setup-uv@v8.1.0
- run: uvx ripple-effect run
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ Friendly misc/utils/convenience library
:target: https://github.com/codrsquad/runez/actions
:alt: Tested with Github Actions

.. image:: https://codecov.io/gh/codrsquad/runez/branch/main/graph/badge.svg
:target: https://codecov.io/gh/codrsquad/runez
:alt: Test code codecov

.. image:: https://img.shields.io/pypi/pyversions/runez.svg
:target: https://github.com/codrsquad/runez
:alt: Python versions tested (link to github project)
Expand Down
6 changes: 6 additions & 0 deletions ripple-effect.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Run `uvx ripple-effect run`
upstream: .
proving-grounds: .tox/ripple-check
downstream-projects:
- https://github.com/codrsquad/pickley.git
- https://github.com/codrsquad/portable-python.git