Skip to content

Commit

Permalink
publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Jun 6, 2024
1 parent 4b5e803 commit 53c3fef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
files: >-
dist/*.tar.gz
dist/*.whl
dist/*.sigstore
- name: Remove signature files as pypa/gh-action-pypi-publish does not support them
run: rm -f dist/*.sigstore

- name: Publish distribution 📦 to TestPyPI
if: ${{ steps.get-version.outputs.draft == 'true' }}
Expand Down

0 comments on commit 53c3fef

Please sign in to comment.