From 0d50fd94e59ba71dd7c217220b3180e8ad991450 Mon Sep 17 00:00:00 2001 From: saville Date: Tue, 9 Sep 2025 16:23:40 -0600 Subject: [PATCH] Remove deprecated comment --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 44341e8..ca67f4b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -90,7 +90,6 @@ jobs: - name: Build run: uv build - name: Check upload - # packaging needs updating due to https://github.com/pypa/twine/issues/1216 run: uv run --with twine twine check dist/* - name: Publish to PyPi uses: pypa/gh-action-pypi-publish@release/v1