Re-enable publishing

This commit is contained in:
squidfunk
2025-12-18 11:02:54 +01:00
parent 7e236f6866
commit eaba2dc24f

View File

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