Skip to content

Commit

Permalink
Update release.yml to remove slsa file for pypi (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankenyr committed Apr 18, 2024
1 parent 86420f0 commit 33d4628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
steps:
- name: Download artifacts directories # goes to current working directory
uses: actions/download-artifact@v3
- name: Remove signature # pypi will not ignore the signatures anymore and does not support them.
run: rm -f built-packages/aerleon-*.sigstore
- name: publish
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
Expand Down

0 comments on commit 33d4628

Please sign in to comment.