From 26bb54462d46f1ef11415ab90c449b552b56f6ad Mon Sep 17 00:00:00 2001 From: Framebuffer <26495556+Framebuffers@users.noreply.github.com.> Date: Wed, 1 Oct 2025 23:02:04 -0300 Subject: [PATCH] enabled release --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f897a6..a14e82b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: - name: Build package run: uv build --no-sources - # - name: Publish to PyPI - # run: uv publish - # env: - # UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }} + - name: Publish to PyPI + run: uv publish + env: + UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}