From dfbd0d1d84173e66d4cd486bd1a911ce7e01b944 Mon Sep 17 00:00:00 2001 From: Matthew Carroll <28577806+MJC598@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:26:07 -0400 Subject: [PATCH] fixing readme and deploy uvx build for sdist --- .github/workflows/deploy.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ffb08d3..d2417ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: version: "0.11.20" - name: Build sdist - run: uvx build --sdist + run: uvx --from build pyproject-build - uses: actions/upload-artifact@v4 with: name: cibw-sdist diff --git a/README.md b/README.md index ecd607e..493f142 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # RESPONDPY [![Coverage](https://codecov.io/gh/SyndemicsLab/respondpy/branch/main/graph/badge.svg)](https://app.codecov.io/gh/SyndemicsLab/respondpy) -[![Tests](https://github.com/SyndemicsLab/respondpy/actions/workflows/tests.yml/badge.svg)](https://github.com/SyndemicsLab/respondpy/actions/workflows/tests.yml) +[![Smoke Testing, Unit Testing, and Code Coverage](https://github.com/SyndemicsLab/respondpy/actions/workflows/testing.yml/badge.svg)](https://github.com/SyndemicsLab/respondpy/actions/workflows/testing.yml) [![Nox Pylint](https://github.com/SyndemicsLab/respondpy/actions/workflows/nox-pylint.yml/badge.svg)](https://github.com/SyndemicsLab/respondpy/actions/workflows/nox-pylint.yml) -[![PyPI Deploy](https://github.com/SyndemicsLab/respondpy/actions/workflows/buildwheels.yml/badge.svg)](https://github.com/SyndemicsLab/respondpy/actions/workflows/buildwheels.yml) +[![Build and Deploy to PyPI](https://github.com/SyndemicsLab/respondpy/actions/workflows/deploy.yml/badge.svg)](https://github.com/SyndemicsLab/respondpy/actions/workflows/deploy.yml) :snake: Welcome to RESPOND for Python! :snake: This repository acts as a set of python bindings for the Syndemics Lab's RESPOND model. As such, it is simply a set of wrappers and helper functions for ease of use in various lab projects. Our project can be installed from PyPI or built locally.