Skip to content

Commit

Permalink
Fix release rule
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Nov 3, 2024
1 parent 3e0a772 commit 53f38d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: artifact/

- name: Remove unwanted files from dist
run: rm -f artifact/*.attestation

- uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: artifact/

0 comments on commit 53f38d3

Please sign in to comment.