Skip to content

Commit

Permalink
GitHub workflow _publish_package.yml : removed the attestatio=false w…
Browse files Browse the repository at this point in the history
…orkaround
  • Loading branch information
ClaasRostock committed Nov 5, 2024
1 parent 1ac1a5b commit 0652937
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
environment: release
permissions:
id-token: write
attestations: write
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: ./dist/
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
attestations: false

0 comments on commit 0652937

Please sign in to comment.