Attempt to patch publishing workflow

This commit is contained in:
2025-05-23 12:39:16 +01:00
parent 1992a4cee0
commit 8f5c1e36a5
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ jobs:
- name: Build package
run: uv build
- name: Publish to PyPI
run: uv publish --token ${{ secrets.PYPI_API_TOKEN }}
run: uv publish

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.3"
__version__ = "2025.5.20.4"