Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(github): enable digital attestations for pypi #258

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading