Patch to improve uv publishing

This commit is contained in:
2025-05-23 12:57:52 +01:00
parent 0fd2466b49
commit 529fe17d24
2 changed files with 8 additions and 3 deletions

View File

@@ -13,8 +13,13 @@ jobs:
environment: release
steps:
- uses: actions/checkout@v4
- name: Install uv
run: pip install uv
- name: Set up uv
uses: astral-sh/setup-uv@v6
with:
python-version: "${{ matrix.python-version }}"
enable-cache: true
cache-dependency-glob: |
pyproject.toml
- name: Build package
run: uv build
- name: Publish to PyPI

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.5"
__version__ = "2025.5.20.6"