Skip to content

Commit

Permalink
🔏 Upload *.signature files to GH Releases
Browse files Browse the repository at this point in the history
Previously, `*.crt` and `*.sig` were being created but they're not
relevant anymore as the Sigstore action now produces newer file
structure.
  • Loading branch information
webknjaz committed Jun 7, 2024
1 parent 5e36cd2 commit f30f5d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1854,11 +1854,9 @@ jobs:
artifactErrorsFailBuild: false
artifacts: |
dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}
dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}.crt
dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}.sig
dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}.sigstore
dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}
dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}.crt
dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}.sig
dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}.sigstore
artifactContentType: raw # Because whl and tgz are of different types
bodyFile: release-notes.md
discussionCategory: Announcements
Expand Down

0 comments on commit f30f5d5

Please sign in to comment.