Skip to content

Commit

Permalink
disable attestations for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
dirksammel committed Oct 30, 2024
1 parent 9d257c1 commit 3843477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_pyauditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false
2 changes: 2 additions & 0 deletions .github/workflows/release_python_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: plugins/apel/dist/
attestations: false
- name: Publish to GitHub
uses: softprops/action-gh-release@v2
with:
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: collectors/htcondor/dist/
attestations: false
- name: Publish to GitHub
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 3843477

Please sign in to comment.