Skip to content

Commit

Permalink
ci: add PyPI attestations too (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Sep 13, 2024
1 parent 14dcc1d commit 920c7da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Package

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
release:
types:
- published
Expand Down Expand Up @@ -41,3 +45,5 @@ jobs:

- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true

0 comments on commit 920c7da

Please sign in to comment.