Skip to content

Commit

Permalink
attestations: false
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Dec 4, 2024
1 parent 518533b commit ec0c5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
id-token: write
uses: ./.github/workflows/publish-pypi.yaml
with:
attestations: false
pypi_repository_url: https://test.pypi.org/legacy/
secrets:
pypi_api_login: __token__
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
id-token: write
uses: ./.github/workflows/publish-pypi.yaml
with:
attestations: false
pypi_repository_url: https://upload.pypi.org/legacy/
secrets:
pypi_api_login: __token__
Expand Down

0 comments on commit ec0c5eb

Please sign in to comment.