Skip to content

Commit

Permalink
turn off attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymc-c committed Nov 10, 2024
1 parent 1f0c2c9 commit dcb7c72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build+publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
name: Upload release to PyPI
needs: [setup_and_build, details]
runs-on: ubuntu-latest
# environment:
# name: "publish"
environment:
name: "publish"
permissions:
id-token: write
steps:
Expand All @@ -119,4 +119,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
verbose: true
attestations: false

0 comments on commit dcb7c72

Please sign in to comment.