Skip to content

Commit

Permalink
chore: trusted publishing (#695)
Browse files Browse the repository at this point in the history
fixes #681

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Oct 7, 2024
1 parent 2aea159 commit cc09c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# see https://github.com/pypa/gh-action-pypi-publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
attestations: true

- name: Publish package distributions to GitHub Releases
if: steps.release.outputs.released == 'true'
Expand Down

0 comments on commit cc09c42

Please sign in to comment.