diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index f3b862a..5cc0ea2 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -71,7 +71,6 @@ jobs: . venv/bin/activate uv build - name: Generate PEP 740 Attestations - if: steps.check_package.outputs.should_publish == 'true' uses: astral-sh/attest-action@f589a42a7efb6fe400b4f400de60b4bc90390027 # v0.0.6 - name: Publish distribution 📦 to PyPI run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eea2e7..35521f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ All notable changes to this project will be documented in this file. -## [0.6.10] - 2026-07-05 +## [0.6.10] & [0.6.11] - 2026-07-05 ### Added - PEP 740 digital attestations (astral workaround until uv publish handles this) +- Pin Github actions ## [0.6.9] - 2026-06-23 diff --git a/pyproject.toml b/pyproject.toml index 6d83b87..a5a3828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "airos" -version = "0.6.10" +version = "0.6.11" license = "MIT" description = "Ubiquiti airOS module(s) for Python 3." readme = "README.md"