Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifeet committed Dec 8, 2024
1 parent 7c56457 commit 6cfe7d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
run: |
gh release upload --repo '${{ github.repository }}' '${{ github.ref_name }}' dist/*
# Remove the Sigstore signatures from the dist folder - they would not be accepted by PyPI
rm dist/*.sigstore.json
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'release'
if: github.event_name == 'release'

0 comments on commit 6cfe7d2

Please sign in to comment.