mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-21 12:51:53 +00:00
Fix release workflow publish step
gh-action-pypi-publish failing on twine check:
Checking dist/LinkChecker-10.3.0-py3-none-any.whl.crt: ERROR InvalidDistribution: Unknown distribution format:
'LinkChecker-10.3.0-py3-none-any.whl.crt'
This commit is contained in:
parent
d414c4ab1c
commit
0c9b98deb5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release-files.yml
vendored
4
.github/workflows/release-files.yml
vendored
|
|
@ -57,5 +57,9 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- name: Remove Sigstore files
|
||||
run: >
|
||||
rm -f dist/*.{crt,sig,sigstore}
|
||||
|
||||
- name: Publish distribution files to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue