Skip to content

Commit

Permalink
fix(ci): pypi publish does not like the sigstore.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 17, 2024
1 parent 56b5e1d commit 51311e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,15 @@ jobs:
body: ${{ steps.changelog.outputs.changes }}
token: ${{ github.token }}

- name: Remove the sigstore files, not supported by pypa publish
run: rm -f ./dist/*.sigstore.json

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
attestations: true

deploy-docs:
# Create latest docs
Expand Down

0 comments on commit 51311e9

Please sign in to comment.