Skip to content

Commit

Permalink
ci: Workaround for PyPI action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 25, 2024
1 parent 5a07b2b commit c0f197f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
# https://github.com/pypa/gh-action-pypi-publish/issues/283
- run: rm dist/*.attestation
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c0f197f

Please sign in to comment.