From d773f5b003065cfedc1d6dee2b0f12d970fbd195 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Tue, 3 Feb 2026 21:23:54 +0100 Subject: [PATCH] Disable PyPI publish (not configured) --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7dc25a3..7f70228 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,8 +38,9 @@ jobs: - name: Build package run: python -m build - - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + # Uncomment when PyPI trusted publisher is configured + # - name: Publish to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 - name: Create GitHub Release uses: softprops/action-gh-release@v2