From a964764f5da004ce1459e192343de66e34b8e411 Mon Sep 17 00:00:00 2001 From: Francis Secada Date: Thu, 10 Apr 2025 11:25:20 -0400 Subject: [PATCH] patching `release.yml` to run pytest from uv --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2049d67..ddf6273 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,6 +172,6 @@ jobs: - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 # No need for secrets.PYPI_API_TOKEN if using trusted publishing - # with: - # user: __token__ - # password: ${{ secrets.PYPI_API_TOKEN }} + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }}