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