Skip to content

Commit

Permalink
workflows/release: enable attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Oct 6, 2024
1 parent 7a4edba commit e36acb3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ jobs:
python-version: ">= 3.10"

- name: deps
run: python -m pip install -U setuptools build wheel
run: python -m pip install -U build

- name: build
run: python -m build

- name: publish
uses: pypa/gh-action-pypi-publish@v1.10.2

- name: sign
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
release-signing-artifacts: true
attestations: true

0 comments on commit e36acb3

Please sign in to comment.