Temporarily disable publishing

This commit is contained in:
squidfunk
2025-12-18 10:54:22 +01:00
parent 394149152d
commit 7e236f6866

View File

@@ -114,9 +114,9 @@ jobs:
- name: Build Python package
run: python -m build
- name: Publish Python package
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1
# - name: Publish Python package
# if: github.event_name == 'release'
# uses: pypa/gh-action-pypi-publish@release/v1
docker:
runs-on: ubuntu-latest