diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e35059c..6edd610 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,10 @@ name: Package on: workflow_dispatch: + pull_request: + push: + branches: + - main release: types: - published @@ -41,3 +45,5 @@ jobs: - name: Upload package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true