diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4585c2c..ba2bb44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,9 @@ jobs: run: poetry build - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0 + uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0 + with: + attestations: true github-deploy: name: Release to GitHub diff --git a/CHANGELOG.md b/CHANGELOG.md index abcc5df..f6a225a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.10-alpha.0](https://github.com/DeadNews/deadnews-template-python/compare/v2.0.9...v2.0.10-alpha.0) - 2024-09-01 + +### ⚙️ CI/CD + +- _(github)_ enable `digital attestations` for `pypi` - ([871e1fc](https://github.com/DeadNews/deadnews-template-python/commit/871e1fc04a04a5763bf3f4a56146234d8313829b)) + +### ⬆️ Dependencies + +- _(deps)_ update dependency fastapi to v0.112.2 ([#256](https://github.com/DeadNews/deadnews-template-python/issues/256)) - ([e58853c](https://github.com/DeadNews/deadnews-template-python/commit/e58853c52db01644d978c3960a48c558541a7564)) + ## [2.0.9](https://github.com/DeadNews/deadnews-template-python/compare/v2.0.8...v2.0.9) - 2024-08-18 ### 🐛 Bug fixes